mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-02 22:17:51 +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);
|
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…
Reference in New Issue
Block a user