Skip to content

20220816-27: Scripting Hotfix for .NET (#2061)

Choose a tag to compare

@github-actions github-actions released this 15 Aug 16:32
· 796 commits to master since this release
fd7f794
* 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