Skip to content

Commit

Permalink
Fix relinker dependency mapping crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Jul 11, 2024
1 parent 57d12e5 commit 9f0456c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Celeste.Mod.mm/Mod/Everest/Everest.Relinker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ private static Assembly RelinkAssembly(EverestModuleMetadata meta, string asmnam
RelinkMap = new Dictionary<string, object>(SharedRelinkMap),

AssemblyResolver = meta.AssemblyContext,
MissingDependencyThrow = false
};
try {
InitMMFlags(modder);
Expand Down

0 comments on commit 9f0456c

Please sign in to comment.