Closes gh-679 - Load chest data for trapped chests

This commit is contained in:
cmastudios 2013-10-04 23:38:07 -05:00
parent 3c80815428
commit 6e9efc7a8a

View File

@ -153,7 +153,7 @@ public class ZoneVolumeMapper {
}
}
}
} else if (diskBlockType == Material.CHEST.getId()) {
} else if (diskBlockType == Material.CHEST.getId() || diskBlockType == Material.TRAPPED_CHEST.getId()) {
// Chests read
List<ItemStack> items = VolumeMapper.readInventoryString(invsReader.readLine());