aboutsummaryrefslogtreecommitdiff
path: root/internal/game/action_gather.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/action_gather.go')
-rw-r--r--internal/game/action_gather.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/action_gather.go b/internal/game/action_gather.go
index 00c9070..135a7be 100644
--- a/internal/game/action_gather.go
+++ b/internal/game/action_gather.go
@@ -146,7 +146,7 @@ func (g *Game) advanceGather(sess *net.Session, p *player.Player) {
return
}
}
- sess.WriteLine(fmt.Sprintf("\n%s", cfg.GatherMsg))
+ sess.WriteLine(fmt.Sprintf("%s", cfg.GatherMsg))
p.Action.Data["step"] = 1
p.Action.WaitLeft = engine.ToTicks(wait)
return