fix for SD-429

This commit is contained in:
Brianna O'Keefe 2018-11-21 14:38:31 -05:00
parent c6b9403c38
commit 0b5b42056e

View File

@ -48,6 +48,7 @@ public class DisplayItemHandler {
Kit kit = kitBlockData.getKit();
List<ItemStack> list = kit.getReadableContents(null, false, false, false);
if (list.isEmpty()) return;
for (Entity e : location.getChunk().getEntities()) {
if (e.getType() != EntityType.DROPPED_ITEM
|| e.getLocation().getX() != location.getX()