diff options
Diffstat (limited to 'internal/game/game.go')
| -rw-r--r-- | internal/game/game.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/game.go b/internal/game/game.go index 21dee76..cecde2a 100644 --- a/internal/game/game.go +++ b/internal/game/game.go @@ -59,7 +59,7 @@ func (g *Game) SetHub(hub *net.Hub) { } func (g *Game) HandleSession(sess *net.Session, input string) { - input = player.StripControl(input) + input = player.StripControlCharacters(input) switch sess.State { case net.StateAccountName: g.handleAccountName(sess, input) |
