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:
@@ -49,6 +49,10 @@ public class AsynchronousJoin {
|
||||
}
|
||||
|
||||
public void process() {
|
||||
if (Settings.checkVeryGames) {
|
||||
plugin.getVerygamesIp(player);
|
||||
}
|
||||
|
||||
if (Utils.isUnrestricted(player)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user