1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-22 17:45:28 +01:00

Moved global variables into the "default" list/class.

This commit is contained in:
Le_Docteur
2014-12-17 09:20:37 +01:00
parent db0e531877
commit f618237c98
3 changed files with 10 additions and 11 deletions

View File

@@ -147,7 +147,7 @@ minetest.register_on_joinplayer(function(player)
if minetest.setting_getbool("creative_mode") then
-- creative.set_creative_formspec(player, 0, 1)
else
player:set_inventory_formspec(gui_suvival_form)
player:set_inventory_formspec(default.gui_suvival_form)
end
minetest.after(0.5,function()
player:hud_set_hotbar_image("gui_hotbar.png")