Skip to content

Commit

Permalink
Fix merging mistake (crash in "stairs")
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed May 1, 2017
1 parent 519d166 commit ec295a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/stairs/init.lua
Expand Up @@ -605,9 +605,9 @@ stairs.register_stair_and_slab(
{"default_snow.png"},
"Snow Block Stair",
"Snow Block Slab",
default.node_sound_dirt_defaults({
{
footstep = {name = "default_snow_footstep", gain = 0.15},
dug = {name = "default_snow_footstep", gain = 0.2},
dig = {name = "default_snow_footstep", gain = 0.2}
}),
}
)

0 comments on commit ec295a0

Please sign in to comment.