I forgot to remove the old check.

This commit is contained in:
DNx5 2016-01-03 09:38:30 +07:00
parent 774b7513c9
commit fe31b5cabb

View File

@ -206,10 +206,6 @@ public class AuthMePlayerListener implements Listener {
joinMessage.put(name, joinMsg);
}
if (Settings.checkVeryGames) {
plugin.getVerygamesIp(player);
}
// Shedule login task so works after the prelogin
// (Fix found by Koolaid5000)
Bukkit.getScheduler().runTask(plugin, new Runnable() {