修改观战状态检测

整理代码
This commit is contained in:
MrZ_26
2022-10-24 15:09:33 +08:00
parent a4db061485
commit b668fa4750
4 changed files with 10 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ local function _parseCB()
-- Decode
s=STRING.unpackText(s)
if not s then MES.new('error',text.dataCorrupted)return end
if not s then MES.new('error',text.dataCorrupted) return end
s=loadstring(s)
if s then