mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-04 18:02:36 +01:00
I am a bad person
This commit is contained in:
parent
64a7a1ad8b
commit
55c77f48e0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user