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);
|
joinMessage.put(name, joinMsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Settings.checkVeryGames) {
|
|
||||||
plugin.getVerygamesIp(player);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Shedule login task so works after the prelogin
|
// Shedule login task so works after the prelogin
|
||||||
// (Fix found by Koolaid5000)
|
// (Fix found by Koolaid5000)
|
||||||
Bukkit.getScheduler().runTask(plugin, new Runnable() {
|
Bukkit.getScheduler().runTask(plugin, new Runnable() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user