EquippedGear & EquippedEmotes
This commit is contained in:
parent
b0f6beee7d
commit
2baeae4b06
@ -172,6 +172,11 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
|||||||
db[key] = client[key];
|
db[key] = client[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
for (const key of ["EquippedGear", "EquippedEmotes"] as const) {
|
||||||
|
if (client[key]) {
|
||||||
|
db[key] = client[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
if (client.CurrentLoadOutIds) {
|
if (client.CurrentLoadOutIds) {
|
||||||
db.CurrentLoadOutIds = client.CurrentLoadOutIds;
|
db.CurrentLoadOutIds = client.CurrentLoadOutIds;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user