Added name validation

This commit is contained in:
Anuken
2018-06-13 11:38:12 -04:00
parent 6b713b283a
commit 4ca9a26bdd
8 changed files with 67 additions and 6 deletions

View File

@ -50,6 +50,7 @@ text.server.kicked.serverOutdated=Outdated server! Ask the host to update!
text.server.kicked.banned=You are banned on this server.
text.server.kicked.recentKick=You have been kicked recently.\nWait before connecting again.
text.server.kicked.nameInUse=There is someone with that name\nalready on this server.
text.server.kicked.nameEmpty=Your name must contain at least one character or number.
text.server.kicked.idInUse=You are already on this server! Connecting with two accounts is not permitted.
text.server.connected={0} has joined.
text.server.disconnected={0} has disconnected.