feat(import): loc pins #1297
@ -239,6 +239,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
|||||||
if (client.DialogueHistory !== undefined) {
|
if (client.DialogueHistory !== undefined) {
|
||||||
db.DialogueHistory = convertDialogueHistory(client.DialogueHistory);
|
db.DialogueHistory = convertDialogueHistory(client.DialogueHistory);
|
||||||
}
|
}
|
||||||
|
if (client.CustomMarkers !== undefined) {
|
||||||
|
db.CustomMarkers = client.CustomMarkers;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const convertLoadOutConfig = (client: ILoadoutConfigClient): ILoadoutConfigDatabase => {
|
const convertLoadOutConfig = (client: ILoadoutConfigClient): ILoadoutConfigDatabase => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user