diff options
author | Mattes D <github@xoft.cz> | 2014-09-27 22:01:55 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-27 22:01:55 +0200 |
commit | a3b140cb44ed93e6df8328c0372afec24c6872f5 (patch) | |
tree | 2606040b6afe989a94beabbe1318d0487132afad /src/ChunkMap.cpp | |
parent | BioGen: TwoLevel is now fully settable in INI. (diff) | |
parent | Combined conditions (diff) | |
download | cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.tar cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.tar.gz cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.tar.bz2 cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.tar.lz cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.tar.xz cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.tar.zst cuberite-a3b140cb44ed93e6df8328c0372afec24c6872f5.zip |
Diffstat (limited to 'src/ChunkMap.cpp')
-rw-r--r-- | src/ChunkMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChunkMap.cpp b/src/ChunkMap.cpp index 38a7d9bd4..299fe0eca 100644 --- a/src/ChunkMap.cpp +++ b/src/ChunkMap.cpp @@ -1888,6 +1888,7 @@ void cChunkMap::DoExplosionAt(double a_ExplosionSize, double a_BlockX, double a_ case E_BLOCK_OBSIDIAN: case E_BLOCK_BEACON: case E_BLOCK_BEDROCK: + case E_BLOCK_BARRIER: case E_BLOCK_WATER: case E_BLOCK_LAVA: { |