Fixed NCP integration

This commit is contained in:
Auxilor
2021-03-29 20:15:45 +01:00
parent 697ff0ccbb
commit 8f3755b130

View File

@@ -23,7 +23,7 @@ public class AnticheatNCP implements AnticheatWrapper {
@Override
public void exempt(@NotNull final Player player) {
if (!NCPExemptionManager.isExempted(player, CheckType.ALL)) {
if (NCPExemptionManager.isExempted(player, CheckType.ALL)) {
return;
}