diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-30 20:56:55 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-30 20:56:55 +0100 |
commit | b01d1582bdf59e7f60f471c9ca181b365fef80d8 (patch) | |
tree | 234489b145fb3174de1ef90a25ecdf9ddacfa53a | |
parent | Fixed vine place bugs. (diff) | |
download | cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.tar cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.tar.gz cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.tar.bz2 cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.tar.lz cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.tar.xz cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.tar.zst cuberite-b01d1582bdf59e7f60f471c9ca181b365fef80d8.zip |
-rw-r--r-- | src/Simulator/FluidSimulator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Simulator/FluidSimulator.cpp b/src/Simulator/FluidSimulator.cpp index 9c8453d04..60220b706 100644 --- a/src/Simulator/FluidSimulator.cpp +++ b/src/Simulator/FluidSimulator.cpp @@ -48,6 +48,7 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType) case E_BLOCK_TALL_GRASS: case E_BLOCK_TORCH: case E_BLOCK_YELLOW_FLOWER: + case E_BLOCK_VINES: { return true; } |