20220816-27: Scripting Hotfix for .NET (#2061)
·
796 commits
to master
since this release
* fix scripting being broken scripting got broken due to being compiled as a single file application. * move invoke to a helper function also move MinecraftClient assembly fetch into the main assembly fetch loop * Downgrade version of SingleFileExtractor 1.1.0 changed their internal API, so we use 1.0.1 to reduce the amount of reflection we need to do * add exception messages