Fix player name case check.

This commit is contained in:
DNx5
2016-01-03 08:34:27 +07:00
parent 9533965095
commit 4ea6cc9d69
2 changed files with 18 additions and 15 deletions
@@ -119,7 +119,6 @@ public class AsynchronousLogin {
}
if (Settings.preventOtherCase && !player.getName().equals(pAuth.getRealName())) {
// TODO: Add a message like : MessageKey.INVALID_NAME_CASE
m.send(player, MessageKey.USERNAME_ALREADY_ONLINE_ERROR);
return null;
}