Fix wrong function call

master
Wuzzy 2017-02-15 14:12:11 +01:00
parent fe61103ea9
commit 890092b85e
1 changed files with 1 additions and 1 deletions

View File

@ -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