Update call to SwitchPrefab.parseExported
This commit is contained in:
parent
b7896bca6e
commit
6d04705c6f
@ -656,7 +656,7 @@ const exportedSwitches = {
|
|||||||
|
|
||||||
const DefinedSwitches = Object.fromEntries(
|
const DefinedSwitches = Object.fromEntries(
|
||||||
Object.entries(exportedSwitches).map(([id, tracks]) => {
|
Object.entries(exportedSwitches).map(([id, tracks]) => {
|
||||||
return [id, SwitchPrefab.parseExported(tracks)];
|
return [id, SwitchPrefab.parseExported(id, tracks)];
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user