mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 22:03:53 +00:00
Ops now have all permissions.
This commit is contained in:
@ -152,7 +152,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
}
|
||||
|
||||
boolean hasPermission(Player player, String perm) {
|
||||
return perms.hasPermission(player.getName(), perm);
|
||||
return player.isOp() || perms.hasPermission(player.getName(), perm);
|
||||
}
|
||||
|
||||
public WorldEditAPI getAPI() {
|
||||
|
Reference in New Issue
Block a user