import UseAdultOperatorLoadout
This commit is contained in:
parent
b34caf73be
commit
0d7cfedf3a
@ -152,6 +152,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
||||
replaceSlots(db[key], client[key]);
|
||||
}
|
||||
}
|
||||
if (client.UseAdultOperatorLoadout) {
|
||||
db.UseAdultOperatorLoadout = client.UseAdultOperatorLoadout;
|
||||
}
|
||||
for (const key of [
|
||||
"RegularCredits",
|
||||
"PremiumCredits",
|
||||
|
Loading…
x
Reference in New Issue
Block a user