Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jul 22, 2023
1 parent c7cfcb8 commit 2c06bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export async function procedure_bridge(instance: AtomInstance,) {
}
}
if (inner.type === "SetupInstance") {
await instance.setup(inner.setup_value, inner.dot_lodestone_config, ProgressionHandler.create(`Setting up ${inner.setup_value.name}`, inner.progression_event_id), inner.path)
await instance.setup(inner.setup_value, inner.dot_lodestone_config, ProgressionHandler.__private__create(inner.progression_event_id, 100), inner.path)

} else if (inner.type == "RestoreInstance") {
await instance.restore(inner.dot_lodestone_config, inner.path);
Expand Down

0 comments on commit 2c06bd9

Please sign in to comment.