1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-12 18:54:01 +00:00

Fixed permissions checking for individual command.

This commit is contained in:
sk89q 2011-01-12 08:51:08 -08:00
parent f55d4be2e9
commit bd770a5fac

@ -2048,7 +2048,8 @@ public class WorldEditController {
|| player.hasPermission("worldedit");
}
return player.hasPermission("worldedit");
return player.hasPermission(command)
|| player.hasPermission("worldedit");
}
/**