mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2024-11-30 13:13:28 +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();
|
tick = TickTask.getTick();
|
||||||
}
|
}
|
||||||
public boolean isOutdated(final int tick){
|
public boolean isOutdated(final int tick){
|
||||||
return tick > this.tick;
|
return tick != this.tick;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user