Fixed a permissions message returning the wrong String.
Returned "Don't have permission to bury a player" When trying to make a temple.
This commit is contained in:
parent
504f7bfe00
commit
c33d1cd1fb
@ -186,7 +186,7 @@ public class CmdExecutor implements CommandExecutor {
|
||||
}
|
||||
} else {
|
||||
player.sendMessage(ChatColor.RED
|
||||
+ "You do not have the necessary permissions to bury players.");
|
||||
+ "You do not have the necessary permissions to create a temple!");
|
||||
}
|
||||
} else {
|
||||
player.sendMessage(ChatColor.RED + "Usage: "
|
||||
|
Reference in New Issue
Block a user