aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_queued.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_queued.go')
-rw-r--r--internal/game/cmd_queued.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_queued.go b/internal/game/cmd_queued.go
index 58ac74b..303a3ec 100644
--- a/internal/game/cmd_queued.go
+++ b/internal/game/cmd_queued.go
@@ -18,7 +18,7 @@ func (g *Game) doQueued(sess *net.Session) {
activeCmd := g.activeQueue[p.Name]
if len(freeCmds) == 0 && activeCmd == nil {
- sess.WriteLine("\nNo actions queued.")
+ sess.WriteLine("No actions queued.")
return
}