1 Commits

Author SHA1 Message Date
d1d6a701fb Fix skins mod support detection 2023-06-10 15:36:43 +02:00

View File

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