From 1b9e2da3b3c438d8dc53d3489725dd5ba0022777 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 04:46:27 -0400 Subject: feat: web client, get/drop updates and fixes --- internal/game/cmd_quit.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/cmd_quit.go') diff --git a/internal/game/cmd_quit.go b/internal/game/cmd_quit.go index a720bff..51e1fee 100644 --- a/internal/game/cmd_quit.go +++ b/internal/game/cmd_quit.go @@ -14,6 +14,7 @@ func (g *Game) doQuit(sess *net.Session) { return } + g.CancelAction(p) g.cancelRest(p.Name) ticksLeft := 10 -- cgit v1.2.3