mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
JS command perms
This commit is contained in:
@ -47,4 +47,8 @@ public class CommandLocals {
|
||||
return locals.put(key, value);
|
||||
}
|
||||
|
||||
public Object putIfAbsent(Object key, Object value) {
|
||||
return locals.putIfAbsent(key, value);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user