Fix skins mod support detection

This commit is contained in:
bri cassa 2023-06-10 15:36:43 +02:00
parent e3164a1963
commit d1d6a701fb
1 changed files with 1 additions and 1 deletions

View File

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