[Bug]: MelonHandler attempts to load Melons from Native Libraries
HerpDerpinstine opened this issue ยท 1 comments
When a Native Library is in a UserLibs folder with a .dll
extension MelonHandler assumes its an Assembly to load.
Throws a harmless error that doesn't break usage or change anything.
Still a bug though.
We should probably figure out a preliminary check for if a DLL is actually a loadable Assembly.