1
0

Set tnt step sound to step.grass

This commit is contained in:
Howaner 2014-03-05 15:14:20 +01:00
parent d4a5b16c52
commit ee1ba3e0b0

View File

@ -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