diff options
author | Lukas Pioch <lukas@zgow.de> | 2015-05-23 13:56:08 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2015-05-23 16:28:37 +0200 |
commit | e30b2ed487b4a676eff98fcd6118e0837de204e3 (patch) | |
tree | f258bae1dce1ca418a14ae0d30f1bbd6740f0437 /src/Blocks | |
parent | Merge pull request #2108 from mc-server/tgh-boolean (diff) | |
download | cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.tar cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.tar.gz cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.tar.bz2 cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.tar.lz cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.tar.xz cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.tar.zst cuberite-e30b2ed487b4a676eff98fcd6118e0837de204e3.zip |
Diffstat (limited to '')
-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 00d7a69b8..3d06a8223 100644 --- a/src/Blocks/BlockVine.h +++ b/src/Blocks/BlockVine.h @@ -177,7 +177,7 @@ public: } - virtual void OnUpdate(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cBlockPluginInterface & a_BlockPluginInterface, cChunk & a_Chunk, int a_RelX, int a_RelY, int a_RelZ) + virtual void OnUpdate(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cBlockPluginInterface & a_BlockPluginInterface, cChunk & a_Chunk, int a_RelX, int a_RelY, int a_RelZ) override { UNUSED(a_ChunkInterface); UNUSED(a_WorldInterface); |