LOGIN变量移至NET内

This commit is contained in:
MrZ626
2021-03-28 20:15:36 +08:00
parent e6becff209
commit 35ac6eacbc
3 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ function scene.keyDown(key)
end
elseif key=="a"then
if testButton(3)then
if LOGIN then
if NET.login then
if not NET.allow_online then
TEXT.show(text.needUpdate,640,450,60,"flicker")
SFX.play("finesseError")