Temporarily disable FastBow check

This commit is contained in:
cnr 2017-09-20 22:49:52 -05:00
parent 96e3c300af
commit a419af7224
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ public class AntiHack extends MiniPlugin
}); });
new GwenExtremePrejudice(UtilServer.getPlugin()); new GwenExtremePrejudice(UtilServer.getPlugin());
CheckManager.AVAILABLE_CHECKS.remove(13, FastBow.class); // Temporarily disable FastBow
generatePermissions(); generatePermissions();
} }