I am a bad person

This commit is contained in:
Eric Stokes 2011-07-13 18:27:25 -06:00
parent 64a7a1ad8b
commit 55c77f48e0

View File

@ -70,7 +70,6 @@ public class MVPermissions implements PermissionsInterface {
// If there's anyone in the whitelist, then the whitelist is ACTIVE, anyone not in it is blacklisted.
if (whiteList.size() > 0) {
p.sendMessage("Whitelist Active!");
returnValue = false;
}
for (String bls : blackList) {