From c9a7f825defa247a77bba6e8f14b35cd50957ff1 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 9 Apr 2021 23:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=80=E5=87=BA=E5=AF=B9?= =?UTF-8?q?=E6=88=98=E6=88=BF=E9=97=B4=E6=97=B6=E6=9C=BA=E4=B8=8D=E5=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/net_game.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/parts/scenes/net_game.lua b/parts/scenes/net_game.lua index f4aa9d74..9fec7678 100644 --- a/parts/scenes/net_game.lua +++ b/parts/scenes/net_game.lua @@ -76,7 +76,6 @@ function scene.keyDown(key) if key=="escape"then if TIME()-lastBackTime<1 then NET.signal_quit() - SCN.back() else lastBackTime=TIME() LOG.print(text.sureQuit,COLOR.orange)