diff --git a/Groups/GroupManager.cs b/Groups/GroupManager.cs index 5ea08b5..dbcdf4f 100644 --- a/Groups/GroupManager.cs +++ b/Groups/GroupManager.cs @@ -57,7 +57,7 @@ public bool IsWhitelisted(IRocketPlayer caller, ushort id, bool vehicle) public bool IsBlacklisted(IRocketPlayer caller, ushort id, bool vehicle) { if (!Blacklisting) - return true; + return false; foreach (ZaupGroup group in Groups.Where(x => !x.Whitelist)) {