fixed bug.
This commit is contained in:
parent
9cdcbed086
commit
d23f72567a
@ -125,6 +125,7 @@ public class AntiHack extends MiniPlugin
|
||||
player.isFlying() || player.isInsideVehicle() || player.getGameMode() != GameMode.SURVIVAL || //Flying + Vehicle + Gamemode
|
||||
(_ignore.containsKey(player) && System.currentTimeMillis() < _ignore.get(player))) //Ignore
|
||||
{
|
||||
_lastMove.put(player, System.currentTimeMillis());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user