mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fixed permissions checking being completely erroneous.
This commit is contained in:
parent
e8af1384d3
commit
b8426317d9
@ -1850,7 +1850,7 @@ public class WorldEditController {
|
||||
split[0] = split[0].substring(1);
|
||||
}
|
||||
|
||||
if (canUseCommand(player, split[0])) {
|
||||
if (canUseCommand(player, split[0].substring(1))) {
|
||||
LocalSession session = getSession(player);
|
||||
BlockBag blockBag = session.getBlockBag(player);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user