diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-16 22:28:12 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-27 23:20:28 +0100 |
commit | 9c461124866cd16d04206f49da6650a2219de50f (patch) | |
tree | f0858a5de18aa691f9063a342e6c5872b2631d69 /src/Blocks/BlockVine.h | |
parent | Wrong if in BlockLeaves (diff) | |
download | cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.gz cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.bz2 cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.lz cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.xz cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.zst cuberite-9c461124866cd16d04206f49da6650a2219de50f.zip |
Diffstat (limited to 'src/Blocks/BlockVine.h')
-rw-r--r-- | src/Blocks/BlockVine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockVine.h b/src/Blocks/BlockVine.h index 9d84b720e..d096c81a8 100644 --- a/src/Blocks/BlockVine.h +++ b/src/Blocks/BlockVine.h @@ -175,7 +175,7 @@ public: a_Chunk.UnboundedRelGetBlockType(a_RelX, a_RelY - 1, a_RelZ, Block); if (Block == E_BLOCK_AIR) { - if (!cRoot::Get()->GetPluginManager()->CallHookBlockSpread((cWorld*) &a_WorldInterface, a_RelX * cChunkDef::Width, a_RelY - 1, a_RelZ * cChunkDef::Width, esVineSpread)) + if (!cRoot::Get()->GetPluginManager()->CallHookBlockSpread((cWorld*) &a_WorldInterface, a_RelX * cChunkDef::Width, a_RelY - 1, a_RelZ * cChunkDef::Width, ssVineSpread)) { a_Chunk.UnboundedRelSetBlock(a_RelX, a_RelY - 1, a_RelZ, E_BLOCK_VINES, a_Chunk.GetMeta(a_RelX, a_RelY, a_RelZ)); } |