Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
This commit is contained in:
commit
baa2da9b8e
@ -1085,6 +1085,8 @@ export class LocationGenerator
|
||||
const presetAndMods: Item[] = this.itemHelper.replaceIDs(defaultPreset._items);
|
||||
this.itemHelper.remapRootItemId(presetAndMods);
|
||||
|
||||
// TODO: Improve retaining parentID
|
||||
presetAndMods[0].parentId = items[0].parentId;
|
||||
items = presetAndMods;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user