aboutsummaryrefslogtreecommitdiff
path: root/internal/game/core_login_char.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/core_login_char.go')
-rw-r--r--internal/game/core_login_char.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/core_login_char.go b/internal/game/core_login_char.go
index 5724c7b..d705684 100644
--- a/internal/game/core_login_char.go
+++ b/internal/game/core_login_char.go
@@ -122,7 +122,7 @@ func (g *Game) connectCharacter(sess *net.Session, name string) {
}
}
- sess.Write("\r\n> ")
+ sess.WritePrompt("> ")
}
func (g *Game) handleRenameChar(sess *net.Session, input string) {