SCFC 1 год назад
Родитель
Сommit
33abd4d52d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      script/module/union/UnionLogic.lua

+ 1 - 1
script/module/union/UnionLogic.lua

@@ -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)