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 6737952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/stairs/init.lua
Expand Up @@ -609,5 +609,5 @@ stairs.register_stair_and_slab(
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 6737952

Please sign in to comment.