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/BlockButton.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/BlockButton.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Blocks/BlockButton.h b/src/Blocks/BlockButton.h index 3b45afff8..8e4f04740 100644 --- a/src/Blocks/BlockButton.h +++ b/src/Blocks/BlockButton.h @@ -57,12 +57,6 @@ public: } - virtual const char * GetStepSound(void) override - { - return m_BlockType == E_BLOCK_WOODEN_BUTTON ? "step.wood" : "step.stone"; - } - - inline static NIBBLETYPE BlockFaceToMetaData(eBlockFace a_BlockFace) { switch (a_BlockFace) |