Fix skins mod support detection

This commit is contained in:
2023-06-10 15:36:43 +02:00
parent e3164a1963
commit d1d6a701fb

@ -111,7 +111,7 @@ end)
-- Christmas egg
if minetest.global_exists("skins") then
if minetest.get_modpath("skins") then
skins.add("character_snow_man")
end