summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-03-05 15:14:20 +0100
committerHowaner <franzi.moos@googlemail.com>2014-03-05 15:14:20 +0100
commitee1ba3e0b094ce80965eb2f1dd599fca6ff6736c (patch)
tree068bca1b777d5c1c0e95af771def08b012bb97ca
parentAdd data backsending, when the Client interacts a Block and the Interact is cancelled. (diff)
downloadcuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.tar
cuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.tar.gz
cuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.tar.bz2
cuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.tar.lz
cuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.tar.xz
cuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.tar.zst
cuberite-ee1ba3e0b094ce80965eb2f1dd599fca6ff6736c.zip
-rw-r--r--src/Blocks/BlockTNT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockTNT.h b/src/Blocks/BlockTNT.h
index a9044d65e..f5cdecb9a 100644
--- a/src/Blocks/BlockTNT.h
+++ b/src/Blocks/BlockTNT.h
@@ -18,7 +18,7 @@ public:
virtual const char * GetStepSound(void) override
{
- return "step.wood";
+ return "step.grass";
}
virtual void OnCancelRightClick(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace) override