mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 05:43:54 +00:00
Removed debug message in GroupRestrictionsManager.java.
This commit is contained in:
@ -54,7 +54,6 @@ public class GroupRestrictionsManager {
|
||||
|
||||
for (String group : groups) {
|
||||
int changeLimit = getChangeLimit(group);
|
||||
System.out.println("change limit for " + group + ": " + changeLimit);
|
||||
if (changeLimit == -1) {
|
||||
return -1;
|
||||
} else if (changeLimit > highestLimit) {
|
||||
|
Reference in New Issue
Block a user