mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Scripting Hotfix for .NET (#2061)
* 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
This commit is contained in:
parent
aa1f54d0d8
commit
fd7f79402f
2 changed files with 89 additions and 8 deletions
|
|
@ -35,6 +35,7 @@
|
|||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.2" />
|
||||
<PackageReference Include="SingleFileExtractor.Core" Version="1.0.1" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="config\ChatBots\AutoLook.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue