mirror of
https://github.com/minetest-mods/pontoons.git
synced 2025-03-15 04:11:22 +00:00
there's always a debug I overlook.
This commit is contained in:
parent
11374968c4
commit
4abf06f3dc
1 changed files with 0 additions and 1 deletions
1
init.lua
1
init.lua
|
@ -39,7 +39,6 @@ if pontoons_override_logs or pontoons_override_wood then
|
|||
end
|
||||
|
||||
for node_name, new_def in pairs(def_overrides) do
|
||||
minetest.debug("overriding", node_name)
|
||||
minetest.register_node(":" .. node_name, new_def)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue