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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user