From 3ff3089589d26ddebfc2370e4d5a5efff7a28820 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Tue, 27 Aug 2024 08:24:52 +1000 Subject: [PATCH] Fix compiling not working properly in dotnet build --- MCGalaxy/Modules/Compiling/CompilerBackends.cs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/MCGalaxy/Modules/Compiling/CompilerBackends.cs b/MCGalaxy/Modules/Compiling/CompilerBackends.cs index afeef7a2e..34bd091fa 100644 --- a/MCGalaxy/Modules/Compiling/CompilerBackends.cs +++ b/MCGalaxy/Modules/Compiling/CompilerBackends.cs @@ -101,6 +101,8 @@ public static ICompilerErrors Compile(string[] srcPaths, string dstPath, List output = new List(); @@ -117,6 +119,11 @@ public static ICompilerErrors Compile(string[] srcPaths, string dstPath, List