From ec62da93a46554dd7f8a064b0adb10e5e7b53797 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 1 Jun 2021 14:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E7=89=B9=E5=AE=9A=E6=A8=A1=E5=BC=8F=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E5=8F=98=E7=9F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_console.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index 5a6ce217..37577015 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -541,7 +541,7 @@ function commands.unlockall(bool) end function commands.play(m)--marathon_bfmax can only entered through here if MODES[m]then - loadGame(m) + loadGame(m,true) elseif m~=""then log{C.R,"No mode called "..m} else