|
|
@@ -185,7 +185,7 @@ function sendUnionQuery(human)
|
|
|
|
|
|
local msgRet = Msg.gc.GC_UNION_QUERY
|
|
|
msgRet.post = member.post
|
|
|
- msgRet.logDot = hasLog(human, union) and 1 or 0
|
|
|
+ msgRet.logDot = 0 -- hasLog(human, union) and 1 or 0
|
|
|
msgRet.leaveUnion = human.db.leaveUnionLimit and 1 or 0
|
|
|
fontUnionMsg(msgRet.unionMsg, union)
|
|
|
|