forked from OpenWF/SpaceNinjaServer
feat(import): loc pins (#1297)
Reviewed-on: OpenWF/SpaceNinjaServer#1297
This commit is contained in:
parent
b5a0a2297e
commit
5277f7cc37
@ -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