This commit is contained in:
PilzAdam 2012-12-27 17:33:28 -08:00
commit c5cd961790

View file

@ -691,6 +691,8 @@ function default.node_sound_defaults(table)
{name="", gain=1.0}
table.dug = table.dug or
{name="default_dug_node", gain=1.0}
table.place = table.place or
{name="default_place_node", gain=0.5}
return table
end