mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2024-11-28 12:55:25 +01:00
More sharp check for outdated entries.
This commit is contained in:
parent
7af0957935
commit
e4c355bc48
@ -39,7 +39,7 @@ public class HookInstaBreak extends AbstractHook implements ConfigurableHook, Li
|
||||
tick = TickTask.getTick();
|
||||
}
|
||||
public boolean isOutdated(final int tick){
|
||||
return tick > this.tick;
|
||||
return tick != this.tick;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user