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

View File

@ -68,7 +68,7 @@ local sled = {
visual = "mesh",
mesh = "sled.x",
textures = {"sled.png"},
HUD,
nil,
driver = nil,
sliding = false,