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:
justin393 2015-04-03 10:44:52 -04:00
parent 504f7bfe00
commit c33d1cd1fb

View File

@ -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: "