mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-21 08:07:38 +01:00
I forgot to remove the old check.
This commit is contained in:
parent
774b7513c9
commit
fe31b5cabb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user