From 94a06fbbe682701ca4d4bd2a70cd74d8df29c932 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 00:44:47 -0400 Subject: refactor: replaced map[string]any with typed structs for Data --- internal/game/cmd_quit.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/game/cmd_quit.go') diff --git a/internal/game/cmd_quit.go b/internal/game/cmd_quit.go index 187d766..4599614 100644 --- a/internal/game/cmd_quit.go +++ b/internal/game/cmd_quit.go @@ -19,7 +19,6 @@ func (g *Game) doQuit(sess *net.Session) { } g.cancelAction(p) - p.ActionState = &ActionState{Type: ActionResting} g.cancelRest(p.Name) g.broadcastAction(sess, "\n%s sits down to rest.", p.Name) -- cgit v1.2.3