summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockChest.h
diff options
context:
space:
mode:
authorMasy98 <masy@antheruscraft.de>2014-09-09 16:00:26 +0200
committerMasy98 <masy@antheruscraft.de>2014-09-09 16:00:26 +0200
commitacae3c9c657e48d0dc8c4b2965e5b3d69c53b279 (patch)
tree09b8c7282fe44d2c44e4e65546186a2b4580d4f0 /src/Blocks/BlockChest.h
parentWebadmin: Added default ports to auto-generated ini file. (diff)
downloadcuberite-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 'src/Blocks/BlockChest.h')
-rw-r--r--src/Blocks/BlockChest.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Blocks/BlockChest.h b/src/Blocks/BlockChest.h
index 28adbed4f..201f2309b 100644
--- a/src/Blocks/BlockChest.h
+++ b/src/Blocks/BlockChest.h
@@ -106,12 +106,6 @@ public:
// Single chest, no further processing needed
}
-
- virtual const char * GetStepSound(void) override
- {
- return "step.wood";
- }
-
virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk) override
{
int BlockX = a_RelX + a_Chunk.GetPosX() * cChunkDef::Width;