Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 215397f

Browse files
committed
Fix installing uconom,y migrator on wrong step
1 parent a6a6315 commit 215397f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/OpenModEconomyStep.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public override void OnChoice(string choice)
3636
case "om":
3737
case "openmod":
3838
Jobs.Add(new OpenModEconomyInstallJob());
39+
Jobs.Add(new UconomyMigratorInstallJob());
3940
Jobs.Add(new MigrateEconomyJob());
4041
return;
4142
}

src/Commands/OpenModPermissionsStep.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public override void OnChoice(string choice)
3535
return;
3636
case "om":
3737
case "openmod":
38-
Jobs.Add(new UconomyMigratorInstallJob());
3938
Jobs.Add(new MigratePermissionsJob());
4039
return;
4140
}

0 commit comments

Comments
 (0)