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

Commit 6e23e87

Browse files
committed
Remove Harmony popup
1 parent 3da6080 commit 6e23e87

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

PluginLoader/Main.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ public Main()
8282
Version expectedHarmony = new Version(HarmonyVersion);
8383
Version actualHarmony = typeof(Harmony).Assembly.GetName().Version;
8484
if (expectedHarmony != actualHarmony)
85-
{
8685
LogFile.WriteLine($"WARNING: Unexpected Harmony version, plugins may be unstable. Expected {expectedHarmony} but found {actualHarmony}");
87-
MessageBox.Show(LoaderTools.GetMainForm(), "Plugin Loader is using the wrong version of Harmony. This may cause some plugins to fail.", "Plugin Loader", MessageBoxButtons.OK, MessageBoxIcon.Error);
88-
}
8986

9087
new Harmony("avaness.PluginLoader").PatchAll(Assembly.GetExecutingAssembly());
9188

PluginLoader/Properties/AssemblyInfo.cs

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

0 commit comments

Comments
 (0)