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