summaryrefslogtreecommitdiff
path: root/nodes_historic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes_historic.lua')
-rw-r--r--nodes_historic.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_historic.lua b/nodes_historic.lua
index 46537fb..993fb3e 100644
--- a/nodes_historic.lua
+++ b/nodes_historic.lua
@@ -27,7 +27,7 @@ minetest.register_node("cottages:wagon_wheel", {
},
groups = {choppy=2,dig_immediate=2,attached_node=1},
legacy_wallmounted = true,
- sounds = default.node_sound_defaults(),
+ sounds = default.node_sound_defaults,
is_ground_content = false,
})