Fix typo in survival formspec & create legacy file
This commit is contained in:
parent
75ea7e3160
commit
a9137e8c21
5 changed files with 35 additions and 29 deletions
|
@ -98,7 +98,7 @@ minetest.register_on_joinplayer(function(player)
|
|||
|
||||
-- set GUI
|
||||
if not minetest.setting_getbool("creative_mode") then
|
||||
player:set_inventory_formspec(default.gui_suvival_form)
|
||||
player:set_inventory_formspec(default.gui_survival_form)
|
||||
end
|
||||
player:hud_set_hotbar_image("gui_hotbar.png")
|
||||
player:hud_set_hotbar_selected_image("gui_hotbar_selected.png")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue