Allow no chest to be selected for the cells when creating it.

This commit is contained in:
graywolf336 2014-02-21 09:22:00 -06:00
parent 1c5bfc24ea
commit bd7397a929

View File

@ -129,7 +129,6 @@ public class CellCreationSteps {
player.sendMessage(ChatColor.AQUA + "---------- Jail Cell Creation ----------"); player.sendMessage(ChatColor.AQUA + "---------- Jail Cell Creation ----------");
player.sendMessage(ChatColor.RED + "No chest selected."); player.sendMessage(ChatColor.RED + "No chest selected.");
player.sendMessage(ChatColor.AQUA + "----------------------------------------"); player.sendMessage(ChatColor.AQUA + "----------------------------------------");
return;
} }
finalStep(jm, cp, player); finalStep(jm, cp, player);