Skip to content

Commit cb6cd11

Browse files
committed
Remove redundant runnability check
1 parent 7740532 commit cb6cd11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SRCPatcher/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public static async Task<int> Main(string[] args)
4141
return await SynthesisPipeline
4242
.Instance.AddPatch<ISkyrimMod, ISkyrimModGetter>(RunPatch)
4343
.SetTypicalOpen(GameRelease.SkyrimSE, "SRCPatcher.esp")
44-
.AddRunnabilityCheck(state =>
45-
{
46-
state.LoadOrder.AssertListsMod(SRC_ERS.ModKey, $"Missing {SRC_ERS.ModKey}");
47-
})
4844
.Run(args);
4945
}
5046

0 commit comments

Comments
 (0)