diff options
author | Masy98 <masy@antheruscraft.de> | 2014-09-09 16:00:26 +0200 |
---|---|---|
committer | Masy98 <masy@antheruscraft.de> | 2014-09-09 16:00:26 +0200 |
commit | acae3c9c657e48d0dc8c4b2965e5b3d69c53b279 (patch) | |
tree | 09b8c7282fe44d2c44e4e65546186a2b4580d4f0 /src/Blocks/BlockTripwireHook.h | |
parent | Webadmin: Added default ports to auto-generated ini file. (diff) | |
download | cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.gz cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.bz2 cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.lz cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.xz cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.tar.zst cuberite-acae3c9c657e48d0dc8c4b2965e5b3d69c53b279.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockTripwireHook.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Blocks/BlockTripwireHook.h b/src/Blocks/BlockTripwireHook.h index 4f9d79483..88d389711 100644 --- a/src/Blocks/BlockTripwireHook.h +++ b/src/Blocks/BlockTripwireHook.h @@ -70,11 +70,6 @@ public: return ((a_RelY > 0) && cBlockInfo::FullyOccupiesVoxel(BlockIsOn)); } - - virtual const char * GetStepSound(void) override - { - return "step.wood"; - } }; |