aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_description.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_description.go')
-rw-r--r--internal/game/cmd_description.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_description.go b/internal/game/cmd_description.go
index 6875840..56ce441 100644
--- a/internal/game/cmd_description.go
+++ b/internal/game/cmd_description.go
@@ -30,5 +30,5 @@ func (g *Game) handleDescriptionChange(sess *net.Session, input string) {
sess.WriteLine("Description left unchanged.")
}
sess.State = net.StateGame
- sess.Write("\r\n> ")
+ g.writePrompt(sess)
}