Really allow the chest to be null in cells.
This commit is contained in:
parent
95e9c7c50a
commit
295f6061a8
@ -140,6 +140,8 @@ public class CellCreationSteps {
|
||||
|
||||
c.addAllSigns(cp.getSigns());
|
||||
c.setTeleport(cp.getTeleportInSL());
|
||||
|
||||
if(cp.getChestLocation() != null)
|
||||
c.setChestLocation(cp.getChestLocation());
|
||||
|
||||
j.addCell(c, true);
|
||||
|
Loading…
Reference in New Issue
Block a user