1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Sent last global variables' patchs

- There is, from now on, no more known global variables error in the repository! (not 100% guaranteed)
This commit is contained in:
LeMagnesium
2015-01-15 19:57:57 +01:00
parent fd8dabdbf4
commit 799cca8591
3 changed files with 4 additions and 3 deletions

View File

@ -66,7 +66,7 @@ end
--Christmas easter egg
minetest.register_on_mapgen_init( function()
if skins then
if minetest.get_modpath("skins") ~= nil then
skins.add("character_snow_man")
end
end