Fix #356
This commit is contained in:
parent
c11d31e716
commit
e9fc3cfaca
2 changed files with 2 additions and 3 deletions
|
|
@ -538,8 +538,7 @@ User.prototype.guestLogin = function (name) {
|
|||
self.socket.emit("login", {
|
||||
success: false,
|
||||
error: "Invalid username. Usernames must be 1-20 characters long and " +
|
||||
"consist only of characters a-z, A-Z, 0-9, -, _, and accented " +
|
||||
"letters."
|
||||
"consist only of characters a-z, A-Z, 0-9, -, or _."
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue