correct error message
This commit is contained in:
parent
0a680ba9fb
commit
993dc96ab7
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ extern int main(int argc, char * argv[])
|
|||
std::strchr(user.player,'>') ||
|
||||
std::strchr(user.player,'?'))
|
||||
{
|
||||
std::printf("The special characters #%%&*\\\",</>? are allowed in usernames. Try again.\n");
|
||||
std::printf("The special characters #%%&*\\\",</>? are not allowed in usernames. Try again.\n");
|
||||
}
|
||||
if (std::strlen(user.player)>=MAX_USERNAME_LEN)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue