1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Register permissions on Spigot. Profile ID can be null. Fixed submodule

This commit is contained in:
Tim203
2022-02-06 02:10:17 +01:00
parent 141643f381
commit 039b398dad
13 changed files with 63 additions and 33 deletions

View File

@@ -51,7 +51,7 @@ public class PropertyKey {
this.removable = removable;
}
public Result isAddAllowed(Object obj) { //todo use for add and remove
public Result isAddAllowed(Object obj) {
if (obj instanceof PropertyKey) {
PropertyKey propertyKey = (PropertyKey) obj;