summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasy98 <masy@antheruscraft.de>2014-09-09 20:10:37 +0200
committerMasy98 <masy@antheruscraft.de>2014-09-09 20:10:37 +0200
commit65e6b1e50ef38f7da695b74349afc825de1ec974 (patch)
treeba6f6fc8d15606abf8d72bf2bf28975161cca570
parentRemoved old sound-configuration for Repeaters (diff)
downloadcuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.tar
cuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.tar.gz
cuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.tar.bz2
cuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.tar.lz
cuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.tar.xz
cuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.tar.zst
cuberite-65e6b1e50ef38f7da695b74349afc825de1ec974.zip
-rw-r--r--src/Blocks/BlockSignPost.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Blocks/BlockSignPost.h b/src/Blocks/BlockSignPost.h
index d0cc760b0..40e15c253 100644
--- a/src/Blocks/BlockSignPost.h
+++ b/src/Blocks/BlockSignPost.h
@@ -27,12 +27,6 @@ public:
}
- 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
{
if (a_RelY <= 0)