Fix player name case check.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user