import CurrentLoadOutIds
This commit is contained in:
parent
58156b0457
commit
e910f2752f
@ -168,6 +168,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
|||||||
db[key] = client[key];
|
db[key] = client[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (client.CurrentLoadOutIds) {
|
||||||
|
db.CurrentLoadOutIds = client.CurrentLoadOutIds;
|
||||||
|
}
|
||||||
if (client.InfestedFoundry) {
|
if (client.InfestedFoundry) {
|
||||||
db.InfestedFoundry = convertInfestedFoundry(client.InfestedFoundry);
|
db.InfestedFoundry = convertInfestedFoundry(client.InfestedFoundry);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user