This commit is contained in:
Acrobot 2013-03-24 00:53:06 +01:00
parent 17fc5b224c
commit 055684fcbf

View File

@ -46,6 +46,10 @@ public class BlockPlace implements Listener {
event.setCancelled(true);
}
if (!BlockUtil.isChest(placed)) {
return;
}
Chest neighbor = uBlock.findNeighbor(placed);
if (neighbor == null) {