mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Switch menu to game selected in world creation dialog
This commit is contained in:
@ -1795,6 +1795,7 @@ int main(int argc, char *argv[])
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
g_settings->set("selected_world_path", path);
|
g_settings->set("selected_world_path", path);
|
||||||
|
g_settings->set("selected_mainmenu_game", menudata.create_world_gameid);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user