mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat(server/player): group metadata
This commit is contained in:
@@ -338,7 +338,6 @@ local function createCharacterTable(info)
|
||||
groupInfo[k] = v
|
||||
end
|
||||
|
||||
-- if not groupInfo then return end
|
||||
if isJob then
|
||||
for _, group in pairs(self.groups) do
|
||||
group.isJob = nil
|
||||
@@ -351,7 +350,8 @@ local function createCharacterTable(info)
|
||||
rankName = groupInfo?.ranks?[groupRank] or groupRank,
|
||||
rank = groupRank,
|
||||
isJob = isJob,
|
||||
isBoss = bossRank and groupRank >= bossRank
|
||||
isBoss = bossRank and groupRank >= bossRank,
|
||||
metadata = groupInfo.metadata
|
||||
}
|
||||
|
||||
if not isJob then
|
||||
|
||||
Reference in New Issue
Block a user