mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fixed permissions checking for individual command.
This commit is contained in:
parent
f55d4be2e9
commit
bd770a5fac
@ -2048,7 +2048,8 @@ public class WorldEditController {
|
|||||||
|| player.hasPermission("worldedit");
|
|| player.hasPermission("worldedit");
|
||||||
}
|
}
|
||||||
|
|
||||||
return player.hasPermission("worldedit");
|
return player.hasPermission(command)
|
||||||
|
|| player.hasPermission("worldedit");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user