|
|
@@ -659,9 +659,9 @@ function expelPlayer(human, uuid)
|
|
|
member.post ~= UnionDefine.POST_OFFICIAL) then
|
|
|
return Broadcast.sendErr(human, Lang.UNION_HAVE_NO_POWER)
|
|
|
end
|
|
|
- if UnionDBLogic.getKickCntToday(union) >= EXPEL_CNT_MAX then
|
|
|
- return Broadcast.sendErr(human, Lang.UNION_EXPEL_NUM_MAX_ERROR)
|
|
|
- end
|
|
|
+ -- if UnionDBLogic.getKickCntToday(union) >= EXPEL_CNT_MAX then
|
|
|
+ -- return Broadcast.sendErr(human, Lang.UNION_EXPEL_NUM_MAX_ERROR)
|
|
|
+ -- end
|
|
|
local tmember = UnionDBLogic.getUnionMember(union, uuid)
|
|
|
if not tmember then --该玩家不在本公会
|
|
|
return Broadcast.sendErr(human, Lang.UNION_PLAYER_IN_OTHER)
|