diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-30 22:13:13 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-30 22:13:13 +0100 |
commit | 67b5a417e35febeb211d29320197d5f1ac2ba291 (patch) | |
tree | 2de5132e2a0cdadcb73e3ec590e2ba095405914f /src/Simulator/FluidSimulator.cpp | |
parent | Fixed signs and added missing blocks to sand simulators list (diff) | |
download | cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.gz cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.bz2 cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.lz cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.xz cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.zst cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/FluidSimulator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/FluidSimulator.cpp b/src/Simulator/FluidSimulator.cpp index 60220b706..38508323f 100644 --- a/src/Simulator/FluidSimulator.cpp +++ b/src/Simulator/FluidSimulator.cpp @@ -46,6 +46,8 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType) case E_BLOCK_SNOW: case E_BLOCK_SUGARCANE: case E_BLOCK_TALL_GRASS: + case E_BLOCK_TRIPWIRE: + case E_BLOCK_TRIPWIRE_HOOK: case E_BLOCK_TORCH: case E_BLOCK_YELLOW_FLOWER: case E_BLOCK_VINES: |