mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2025-06-30 15:20:20 +02:00
fix 2 error messages
This commit is contained in:
@ -66,7 +66,7 @@ end
|
||||
|
||||
--Christmas easter egg
|
||||
minetest.register_on_mapgen_init( function()
|
||||
if skins then
|
||||
if rawget(_G, "skins") then
|
||||
skins.add("character_snow_man")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user