mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 06:43:49 -07:00
@@ -305,7 +305,7 @@ public class Permission {
|
||||
}
|
||||
}
|
||||
} else if (childrenNode instanceof Map) {
|
||||
children = extractChildren((Map<?,?>) childrenNode, name, def, output);
|
||||
children = extractChildren((Map<?, ?>) childrenNode, name, def, output);
|
||||
} else {
|
||||
throw new IllegalArgumentException("'children' key is of wrong type");
|
||||
}
|
||||
|
Reference in New Issue
Block a user