Worked a little more on cell creation, no longer have to provide a cell

name and when that happens we give it one ourself.
This commit is contained in:
graywolf336
2013-12-09 13:05:31 -06:00
parent 3643627b7d
commit 0272a3a241
2 changed files with 71 additions and 61 deletions

View File

@ -115,7 +115,9 @@ public class CellCreationSteps {
player.sendMessage(ChatColor.GREEN + "Chest selected.");
player.sendMessage(ChatColor.AQUA + "----------------------------------------");
}else {
player.sendMessage(ChatColor.RED + "---------- Jail Cell Creation ----------");
player.sendMessage(ChatColor.RED + "Chest must be a double chest, chest not selected");
player.sendMessage(ChatColor.RED + "----------------------------------------");
return;
}
}else {