1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-30 13:50:23 +02:00

Fix typo in survival formspec & create legacy file

This commit is contained in:
Craig Davison
2014-12-24 23:13:15 +00:00
committed by BlockMen
parent 75ea7e3160
commit a9137e8c21
5 changed files with 35 additions and 29 deletions

View File

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