Fix wrong function call
This commit is contained in:
parent
fe61103ea9
commit
890092b85e
2
init.lua
2
init.lua
@ -1,7 +1,7 @@
|
|||||||
-- Window Block
|
-- Window Block
|
||||||
|
|
||||||
local sfx
|
local sfx
|
||||||
if minetest.registered_modpath("default") then
|
if minetest.get_modpath("default") then
|
||||||
sfx = default.node_sound_glass_defaults()
|
sfx = default.node_sound_glass_defaults()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user