projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519d166
)
Fix merging mistake (crash in "stairs")
author
sfan5
<sfan5@live.de>
Mon, 1 May 2017 19:23:44 +0000
(21:23 +0200)
committer
sfan5
<sfan5@live.de>
Mon, 1 May 2017 19:26:10 +0000
(21:26 +0200)
mods/stairs/init.lua
patch
|
blob
|
history
diff --git
a/mods/stairs/init.lua
b/mods/stairs/init.lua
index a88ea014c40f87628f7b8877b9b4281f74ead789..0ce3521803f8d6b1557efa81b07709af335eb5f9 100644
(file)
--- a/
mods/stairs/init.lua
+++ b/
mods/stairs/init.lua
@@
-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}
- })
,
+ })
)