mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
fix(server/player): nil group metadata
This commit is contained in:
@@ -351,7 +351,7 @@ local function createCharacterTable(info)
|
|||||||
rank = groupRank,
|
rank = groupRank,
|
||||||
isJob = isJob,
|
isJob = isJob,
|
||||||
isBoss = bossRank and groupRank >= bossRank,
|
isBoss = bossRank and groupRank >= bossRank,
|
||||||
metadata = groupInfo.metadata
|
metadata = groupInfo.metadata or {}
|
||||||
}
|
}
|
||||||
|
|
||||||
if not isJob then
|
if not isJob then
|
||||||
|
|||||||
Reference in New Issue
Block a user