fix(server/player): nil group metadata

This commit is contained in:
Andyyy7666
2024-03-16 16:43:20 +01:00
parent a7257cf68f
commit 284411ce66

View File

@@ -351,7 +351,7 @@ local function createCharacterTable(info)
rank = groupRank,
isJob = isJob,
isBoss = bossRank and groupRank >= bossRank,
metadata = groupInfo.metadata
metadata = groupInfo.metadata or {}
}
if not isJob then