From 71ea99d61003bc528fbb78584f5b6b88fee75d07 Mon Sep 17 00:00:00 2001 From: Xeno333 <149852758+Xeno333@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:22:44 -0500 Subject: [PATCH] Remove extra line --- builtin/mainmenu/dlg_create_world.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index 168362c620..9f30d565e8 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -90,8 +90,6 @@ local function create_world_formspec(dialogdata) -- should never happen but just pick the first game game = pkgmgr.games[1] core.settings:set("menu_last_game", game.id) - - current_mg = dialogdata.mg or core.settings:get("mg_name") end local disallowed_mapgen_settings = {}