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);
|
||||
}
|
||||
} else {
|
||||
player.printError("You don't have permission for this command.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user