Moved VeryGames IP check into AsyncJoin process.
- Updated VeryGames IP check method. - Remove player's IP from realIp map on quit.
This commit is contained in:
@@ -93,6 +93,7 @@ public class AsynchronousQuit {
|
||||
database.setUnlogged(name);
|
||||
}
|
||||
|
||||
plugin.realIp.remove(name);
|
||||
Bukkit.getScheduler().scheduleSyncDelayedTask(plugin, new ProcessSyncronousPlayerQuit(plugin, player, isOp, needToChange));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user