Skip to content

Commit

Permalink
Re-enable mod inlining prevention
Browse files Browse the repository at this point in the history
Because I simply can't be bothered anymore trying to keep up with this bs.
  • Loading branch information
Popax21 committed Aug 20, 2023
1 parent 58b226b commit 95d66b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Celeste.Mod.mm/Mod/Everest/Everest.Relinker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private static Assembly RelinkAssembly(EverestModuleMetadata meta, string asmnam
modder.AutoPatch();

if (!meta.IsNetCoreOnlyMod)
NETCoreifier.Coreifier.ConvertToNetCore(modder, sharedDeps: true, preventInlining: false);
NETCoreifier.Coreifier.ConvertToNetCore(modder, sharedDeps: true, preventInlining: true);

// Write patched assembly and debug symbols back to disk (always as portable PDBs though)
// Fall back to a temporary output path if the given one is unavailable for some reason
Expand Down

0 comments on commit 95d66b4

Please sign in to comment.