mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 17:27:38 +00:00
Now prints an error message if permission is not available.
This commit is contained in:
parent
a63ffc2fe4
commit
dd15705cd6
@ -1933,6 +1933,8 @@ public class WorldEditController {
|
||||
|
||||
flushBlockBag(player, editSession);
|
||||
}
|
||||
} else {
|
||||
player.printError("You don't have permission for this command.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user