diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-08-05 23:54:36 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-08-05 23:54:36 +0200 |
commit | 9272bd627c732771b81e6dcf6b8465404917a9d6 (patch) | |
tree | 617cb2f8d97901df9e9a47df813c63c6d724563e /src/Chunk.cpp | |
parent | Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity Directly (diff) | |
download | cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.tar cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.tar.gz cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.tar.bz2 cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.tar.lz cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.tar.xz cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.tar.zst cuberite-9272bd627c732771b81e6dcf6b8465404917a9d6.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Chunk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Chunk.cpp b/src/Chunk.cpp index 9e06f58ec..1e8d0e6f0 100644 --- a/src/Chunk.cpp +++ b/src/Chunk.cpp @@ -2141,6 +2141,7 @@ 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; default: // There is a block entity here, but of different type. No other block entity can be here, so we can safely bail out |