Skip to content

Commit

Permalink
Merge branch 'mod' into hou-mod-2024-09-07
Browse files Browse the repository at this point in the history
# Conflicts:
#	Assembly-CSharp.csproj
  • Loading branch information
drojf committed Sep 7, 2024
2 parents 3d4a143 + 6855d85 commit 2543548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
<Reference Include="Antlr3.Runtime">
<HintPath>DLLs\Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>DLLs\System.Xml.dll</HintPath>
</Reference>
<Compile Include="MOD.Scripts.Core\MODXMLWrapper.cs" />
<Compile Include="MOD.Scripts.AssetManager\MODAssetManager.cs" />
<Compile Include="AntlrTest\bgitestLexer.cs" />
Expand Down Expand Up @@ -487,7 +484,7 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)' == 'ScriptCompiler'">
<!-- Insert DLL or .cs files specific to standalone script compiler here -->
<Reference Include="System.Xml"/>
</ItemGroup>
<!-- End standalone script compiler items -->

Expand Down
2 changes: 1 addition & 1 deletion BGICompiler.Compiler/LoggerWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static void LogException(Exception exception)

private static void print(string level, object message)
{
Console.WriteLine($"[{level}] {message}", message);
Console.WriteLine($"[{level}] {message}");
}
#else
public static void Log(object message)
Expand Down

0 comments on commit 2543548

Please sign in to comment.