mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Fix mainmenu game initialisation
This commit is contained in:
parent
5e54bf1472
commit
e9e9e42573
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ local function init_globals()
|
|||
menudata.worldlist:add_sort_mechanism("alphabetic",sort_worlds_alphabetic)
|
||||
menudata.worldlist:set_sortmode("alphabetic")
|
||||
|
||||
if not core.setting_get("menu_last_game") then
|
||||
local default_game = core.setting_get("default_game") or "minetest"
|
||||
core.setting_set("menu_last_game", default_game )
|
||||
end
|
||||
|
||||
mm_texture.init()
|
||||
|
||||
--create main tabview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue