mirror of
https://github.com/taoneill/war.git
synced 2024-11-13 05:54:31 +01:00
Update war/src/main/java/com/tommytony/war/mapper/ZoneVolumeMapper.java
This commit is contained in:
parent
cd47e28e9f
commit
f14d21a35f
@ -205,7 +205,8 @@ public class ZoneVolumeMapper {
|
||||
deferred.add(new DeferredBlockReset(x, y, z, diskBlockType, diskBlockData));
|
||||
} else {
|
||||
// regular block
|
||||
worldBlock.setType(Material.getMaterial(diskBlockType));
|
||||
if(diskBlockType >-1){
|
||||
worldBlock.setType(Material.getMaterial(diskBlockType))
|
||||
worldBlock.setData(diskBlockData);
|
||||
}
|
||||
noOfResetBlocks++;
|
||||
|
Loading…
Reference in New Issue
Block a user