Forgot Instance of Parent Update
Updates the `replaceIDs` method call in the `LocationGenerator` class to be inline with the changes in the parent commit.
This commit is contained in:
parent
42dabc057b
commit
6714d2d172
@ -1085,10 +1085,7 @@ export class LocationGenerator
|
|||||||
const defaultPreset = this.presetHelper.getDefaultPreset(chosenTpl);
|
const defaultPreset = this.presetHelper.getDefaultPreset(chosenTpl);
|
||||||
if (defaultPreset)
|
if (defaultPreset)
|
||||||
{
|
{
|
||||||
const presetAndMods: Item[] = this.itemHelper.replaceIDs(
|
const presetAndMods: Item[] = this.itemHelper.replaceIDs(defaultPreset._items);
|
||||||
null,
|
|
||||||
this.jsonUtil.clone(defaultPreset._items),
|
|
||||||
);
|
|
||||||
this.itemHelper.remapRootItemId(presetAndMods);
|
this.itemHelper.remapRootItemId(presetAndMods);
|
||||||
|
|
||||||
items = presetAndMods;
|
items = presetAndMods;
|
||||||
|
Loading…
Reference in New Issue
Block a user