Removing bug line : gravel's sound

MUST BE DEBUGGED
This commit is contained in:
LeMagnesium 2014-12-10 23:46:17 +01:00
parent 8b3abd1b43
commit af23cdfb4c
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ minetest.register_node("default:gravel", {
{items = {"default:gravel"}},
},
},
sounds = default.node_sound_gravel_defaults(),
--sounds = default.node_sound_gravel_defaults(),
on_place = function(itemstack, placer, pointed_thing)
if not pointed_thing.type == "node" then
return itemstack