Fix merging mistake (crash in "stairs")
This commit is contained in:
parent
519d166ce3
commit
6737952fbf
|
@ -609,5 +609,5 @@ stairs.register_stair_and_slab(
|
||||||
footstep = {name = "default_snow_footstep", gain = 0.15},
|
footstep = {name = "default_snow_footstep", gain = 0.15},
|
||||||
dug = {name = "default_snow_footstep", gain = 0.2},
|
dug = {name = "default_snow_footstep", gain = 0.2},
|
||||||
dig = {name = "default_snow_footstep", gain = 0.2}
|
dig = {name = "default_snow_footstep", gain = 0.2}
|
||||||
}),
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue