我的家族小修复

master
1076390229 2025-08-20 16:13:33 +08:00
parent 3cff3b0992
commit 561c5cb4ef
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ local function QuitFamily(self)
local player = group.memberMap[uid]
local tips = "确定退出该亲友圈?"
if player.lev == 1 then
--if player.lev == 1 then
if group.lev == 1 then
tips = "确定解散该亲友圈?"
end