Shockah / Nickel

A modding API / mod loader for the game Cobalt Core.
Apache License 2.0
3 stars 5 forks source link

Load non-shared assemblies in the CustomContext, not the shared one #53

Closed Fayti1703 closed 7 months ago

Fayti1703 commented 7 months ago

This fixes an issue where second-level dependencies (e.g. Mod -> Lib1 -> Lib2) wouldn't get loaded, as Lib1 was loaded in the shared context rather than the mod-individual context.