mirror of
https://github.com/taoneill/war.git
synced 2024-12-03 15:43:27 +01:00
Closes gh-679 - Load chest data for trapped chests
This commit is contained in:
parent
3c80815428
commit
6e9efc7a8a
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user