Shockah / Nickel

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

parchment's Armada does not load #61

Closed Shockah closed 9 months ago

Shockah commented 9 months ago

image

Shockah commented 9 months ago

Unfortunately, the current version of parchment's Armada uses this combination of BindingFlags to find methods to patch: BindingFlags.Static | BindingFlags.NonPublic. The mod has to be updated manually.