修复多处全局变量泄露,整理代码

This commit is contained in:
MrZ626
2021-04-25 15:20:48 +08:00
parent 4f278925f4
commit 3d02bc87ea
6 changed files with 13 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ function scene.keyDown(key)
local args=STRING.split(str:sub((str:find(":")or 0)+1),"!")
if #args<4 then goto THROW_fail end
if not(
pasteQuestArgs(args[1])and
DATA.pasteQuestArgs(args[1])and
DATA.pasteSequence(args[2])and
DATA.pasteMission(args[3])
)then goto THROW_fail end