修复一些联网相关场景切换关系问题

修复重设密码场景回车键自动识别功能条件错误
框架跟进
This commit is contained in:
MrZ_26
2022-10-25 02:17:07 +08:00
parent 134773765c
commit 42168ddf16
9 changed files with 26 additions and 28 deletions

View File

@@ -2192,7 +2192,7 @@ local function task_autoPause()
while true do
yield()
time=time+1
if SCN.cur~='game' or PLAYERS[1].frameRun<180 then
if SCN.stack[#SCN.stack-1]~='game' or PLAYERS[1].frameRun<180 then
return
elseif time==120 then
pauseGame()