1
0
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:
HybridDog
2015-02-14 22:42:22 +01:00
parent 10a11591de
commit 463114375a
2 changed files with 2 additions and 2 deletions

View File

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