mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2025-07-25 06:53:51 +00:00
Minor no permissions message change
This commit is contained in:
parent
120b35d394
commit
bc40e91215
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ public class OpenEnderPluginCommand implements CommandExecutor {
|
|||
}
|
||||
|
||||
if (target != player && !OpenInv.hasPermission(player, Permissions.PERM_ENDERCHEST_ALL)) {
|
||||
player.sendMessage(ChatColor.RED + "You do not have permission to access other player's enderchest");
|
||||
player.sendMessage(ChatColor.RED + "You do not have permission to access other player's ender chests");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue