summaryrefslogtreecommitdiff
path: root/cottages/nodes_mining.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cottages/nodes_mining.lua')
-rw-r--r--cottages/nodes_mining.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cottages/nodes_mining.lua b/cottages/nodes_mining.lua
index 3af4f71..b33ec3d 100644
--- a/cottages/nodes_mining.lua
+++ b/cottages/nodes_mining.lua
@@ -54,7 +54,7 @@ minetest.register_node("cottages:ladder_with_rope_and_rail", {
},
groups = {choppy=2,oddly_breakable_by_hand=3,rail=1,connect_to_raillike=1}, --connect_to_raillike=minetest.raillike_group("rail")},
legacy_wallmounted = true,
- sounds = default.node_sound_wood_defaults(),
+ sounds = default.node_sound_wood_defaults,
})