Add the missing return which was causing errors when selecting a chest.
This commit is contained in:
parent
b5133842c0
commit
aa8443a8f7
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user