Fix wrong function call

This commit is contained in:
Wuzzy 2017-02-15 14:12:11 +01:00
parent fe61103ea9
commit 890092b85e

@ -1,7 +1,7 @@
-- Window Block
local sfx
if minetest.registered_modpath("default") then
if minetest.get_modpath("default") then
sfx = default.node_sound_glass_defaults()
end