From 15b7e221b799ef107dec44ecdb294026dfd3d059 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 22:55:35 -0400 Subject: refactor: pulled techs out to yaml files, unified numerous combat functions, broke up game object --- internal/game/cmd_stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_stop.go') diff --git a/internal/game/cmd_stop.go b/internal/game/cmd_stop.go index 0db0ac2..7a403f1 100644 --- a/internal/game/cmd_stop.go +++ b/internal/game/cmd_stop.go @@ -13,6 +13,6 @@ func (g *Game) executeStop(sess *net.Session, args []string, rawInput string) { } g.cancelAction(p) g.cancelBgAction(p) - delete(g.activeQueue, p.Name) + g.queue.DeleteActive(p.Name) sess.WriteLine("You stop what you were doing.") } -- cgit v1.2.3