修复手动登录失败后还会多余地执行一次去login场景

This commit is contained in:
MrZ_26
2023-01-25 02:46:51 +08:00
parent 848cc41c72
commit 6925d59f87

View File

@@ -154,8 +154,10 @@ function NET.login(auto)
return
end
end
if auto then
SCN.go('login')
end
SCN.go('login')
WAIT.interrupt()
end)
end