修复节日日期写错
修正简洁模式场景栈搜索有未触发漏洞 整理代码 框架跟进
This commit is contained in:
@@ -2192,7 +2192,7 @@ local function task_autoPause()
|
||||
while true do
|
||||
yield()
|
||||
time=time+1
|
||||
if SCN.current~='game' or PLAYERS[1].frameRun<180 then
|
||||
if SCN.cur~='game' or PLAYERS[1].frameRun<180 then
|
||||
return
|
||||
elseif time==120 then
|
||||
pauseGame()
|
||||
|
||||
Reference in New Issue
Block a user