diff options
author | Bond-009 <bond.009@outlook.com> | 2017-08-21 11:40:05 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-08-21 11:40:05 +0200 |
commit | ce87b73127a3a79493157f68a548301a8b7827fc (patch) | |
tree | 960336d6e392191bcd0981aa77bcb911e6a8ed77 /src/Blocks/BlockFence.h | |
parent | Give arthropods slowness IV when hit with bane of arthropods (#3932) (diff) | |
download | cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.tar cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.tar.gz cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.tar.bz2 cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.tar.lz cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.tar.xz cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.tar.zst cuberite-ce87b73127a3a79493157f68a548301a8b7827fc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockFence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockFence.h b/src/Blocks/BlockFence.h index 2f2d4e46d..63390cd37 100644 --- a/src/Blocks/BlockFence.h +++ b/src/Blocks/BlockFence.h @@ -122,7 +122,7 @@ public: return true; } - virtual void OnDestroyed(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, int a_BlockX, int a_BlockY, int a_BlockZ) + virtual void OnDestroyed(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, int a_BlockX, int a_BlockY, int a_BlockZ) override { auto LeashKnot = cLeashKnot::FindKnotAtPos(a_WorldInterface, { a_BlockX, a_BlockY, a_BlockZ }); |