Fix permission lookups being case sensitive
This commit is contained in:
@@ -69,7 +69,8 @@ public class BungeeUser extends User {
|
||||
plugin.getConfiguration().isApplyingGlobalGroups(),
|
||||
plugin.getConfiguration().isApplyingGlobalWorldGroups()
|
||||
),
|
||||
Collections.emptyList()
|
||||
Collections.emptyList(),
|
||||
true
|
||||
);
|
||||
|
||||
Map<String, Boolean> existing = playerCache.getPermissions();
|
||||
|
||||
Reference in New Issue
Block a user