修复退出对战房间时机不当

This commit is contained in:
MrZ626
2021-04-09 23:10:41 +08:00
parent 27c1925021
commit c9a7f825de

View File

@@ -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)