[CRITICAL] Fix checking for exemption (Check.hasBypass).

This commit is contained in:
asofold 2015-02-18 14:01:07 +01:00
parent 56a9eecab3
commit 48b7bca266

View File

@ -148,7 +148,7 @@ public abstract class Check implements MCAccessHolder {
return true; return true;
} }
// TODO: ExemptionManager relies on initial setup (problematic). // TODO: ExemptionManager relies on initial setup (problematic).
return !NCPExemptionManager.isExempted(player, type); return NCPExemptionManager.isExempted(player, type);
} }
@Override @Override