|
|
@@ -1235,7 +1235,7 @@ function C2N_State_Response(msg)
|
|
|
|
|
|
-- 只用于弹出提示框
|
|
|
if msg.isTips and msg.isTips == 1 then
|
|
|
- if msg.systemState <= 2 and msg.joinState <= 1 then
|
|
|
+ if (msg.systemState > 0 and msg.systemState <= 2) and msg.joinState <= 1 then
|
|
|
local msgRet = Msg.gc.GC_AB_TIPS
|
|
|
Msg.send(msgRet, human.fd)
|
|
|
end
|