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_fletch.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/game/cmd_fletch.go') diff --git a/internal/game/cmd_fletch.go b/internal/game/cmd_fletch.go index 088ce63..9cf50bc 100644 --- a/internal/game/cmd_fletch.go +++ b/internal/game/cmd_fletch.go @@ -67,7 +67,6 @@ func (g *Game) doFletch(sess *net.Session, input string) { if p.Action != nil { p.Action = nil - p.ActionState = nil } items := g.CraftIndex.ByType("fletching") -- cgit v1.2.3