import XPInfo

This commit is contained in:
Sainan 2025-01-20 09:50:51 +01:00
parent 48a8ea79da
commit fe9509b7f4

View File

@ -177,6 +177,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
db[key] = client[key];
}
}
if (client.XPInfo) {
db.XPInfo = client.XPInfo;
}
if (client.CurrentLoadOutIds) {
db.CurrentLoadOutIds = client.CurrentLoadOutIds;
}