Disable Toggle check from the plugin side until tomorrow
This commit is contained in:
parent
6e2d39035d
commit
921aaea5bd
@ -408,6 +408,11 @@ public class AntiHack extends MiniPlugin
|
||||
@EventHandler
|
||||
public void onHack(PlayerViolationEvent event)
|
||||
{
|
||||
if (event.getCheckClass() == Toggle.class)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (_ignoredChecks.contains(event.getCheckClass()))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user