From 7f07c7236578e1a7bcef0282ff9d7f5bf8c7c045 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 01:54:28 -0400 Subject: fix: safespot fixes --- internal/game/action_farm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/action_farm.go') diff --git a/internal/game/action_farm.go b/internal/game/action_farm.go index 6361901..87ea6b7 100644 --- a/internal/game/action_farm.go +++ b/internal/game/action_farm.go @@ -614,7 +614,7 @@ func (g *Game) showFarmPatches(sess *net.Session, p *player.Player) { sess.WriteLine("") for _, d := range displays { - sess.WriteLine(fmt.Sprintf(" A %s: %s.", d.name, d.line)) + sess.WriteLine(fmt.Sprintf("A %s: %s.", d.name, d.line)) } } -- cgit v1.2.3