summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-08-06 14:19:22 +0200
committerTycho <work.tycho+git@gmail.com>2014-08-06 14:19:22 +0200
commit6acddd0cad25078ae2c67e7a0eb353e9d4d100e2 (patch)
tree380eeff37562c319e6933d537e1f63e2c0fcdeb2 /src/Chunk.cpp
parentFixed multiple inhertance being output by tolua (diff)
downloadcuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar
cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.gz
cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.bz2
cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.lz
cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.xz
cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.tar.zst
cuberite-6acddd0cad25078ae2c67e7a0eb353e9d4d100e2.zip
Diffstat (limited to 'src/Chunk.cpp')
-rw-r--r--src/Chunk.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp
index 1e8d0e6f0..a79a485a6 100644
--- a/src/Chunk.cpp
+++ b/src/Chunk.cpp
@@ -2142,10 +2142,10 @@ bool cChunk::DoWithRedstonePoweredEntityAt(int a_BlockX, int a_BlockY, int a_Blo
case E_BLOCK_DROPPER:
case E_BLOCK_DISPENSER:
case E_BLOCK_NOTE_BLOCK:
- break;
+ break;
default:
- // There is a block entity here, but of different type. No other block entity can be here, so we can safely bail out
- return false;
+ // There is a block entity here, but of different type. No other block entity can be here, so we can safely bail out
+ return false;
}
if (a_Callback.Item((cRedstonePoweredEntity *)*itr))