aboutsummaryrefslogtreecommitdiff
path: root/internal/game/action_farm.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-22 01:54:28 -0400
committerhistoria <[not public]>2026-06-22 01:54:28 -0400
commit7f07c7236578e1a7bcef0282ff9d7f5bf8c7c045 (patch)
tree7f9182f6fc9ed44d4738bfc6758660d741ba88e7 /internal/game/action_farm.go
parenta3ae1e6aad696f584d138d9363c05dedff136a65 (diff)
downloadthehouseoficarus-7f07c7236578e1a7bcef0282ff9d7f5bf8c7c045.tar.gz
fix: safespot fixes
Diffstat (limited to 'internal/game/action_farm.go')
-rw-r--r--internal/game/action_farm.go2
1 files changed, 1 insertions, 1 deletions
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))
}
}