Add the missing return which was causing errors when selecting a chest.

This commit is contained in:
graywolf336 2013-12-09 14:58:54 -06:00
parent b5133842c0
commit aa8443a8f7

View File

@ -124,6 +124,7 @@ 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);