summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks')
-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