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);
|
||||
if (defaultPreset)
|
||||
{
|
||||
const presetAndMods: Item[] = this.itemHelper.replaceIDs(
|
||||
null,
|
||||
this.jsonUtil.clone(defaultPreset._items),
|
||||
);
|
||||
const presetAndMods: Item[] = this.itemHelper.replaceIDs(defaultPreset._items);
|
||||
this.itemHelper.remapRootItemId(presetAndMods);
|
||||
|
||||
items = presetAndMods;
|
||||
|
Loading…
Reference in New Issue
Block a user