Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 97c63c3

Browse files
committed
Recompile for game version 1.206
1 parent 0def4b6 commit 97c63c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PluginLoader/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public Main()
112112
if (data.IsLocal)
113113
HasLocal = true;
114114
}
115-
else if(DebugCompileAll)
115+
else if(DebugCompileAll && data.IsCompiled)
116116
{
117117
debugCompileResults.Append(data.FriendlyName ?? "(null)").Append(" - ").Append(data.Id ?? "(null)").Append(" by ").Append(data.Author ?? "(null)").AppendLine();
118118
}

PluginLoader/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.12.7.0")]
35-
[assembly: AssemblyFileVersion("1.12.7.0")]
34+
[assembly: AssemblyVersion("1.12.8.0")]
35+
[assembly: AssemblyFileVersion("1.12.8.0")]

0 commit comments

Comments
 (0)