forked from mtcontrib/minetest-mod-snow
Fix skins mod support detection
This commit is contained in:
parent
e3164a1963
commit
d1d6a701fb
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user