Skip to content

Commit

Permalink
Changed dependency to the official ResoniteModLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
bontebok committed Sep 27, 2023
1 parent 0834dbc commit d609ca5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ResoniteIPv6Mod/ResoniteIPv6Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class BuildInfo
{
public const string Name = "ResoniteIPv6Mod";
public const string Author = "Rucio";
public const string Version = "1.0.0";
public const string Version = "2.0.0";
public const string Link = "https://github.com/bontebok/ResoniteIPv6Mod";
public const string GUID = "com.ruciomods.resoniteipv6mod";
}
Expand Down Expand Up @@ -52,7 +52,6 @@ public override void OnEngineInit()
{
Config = GetConfiguration();
Harmony harmony = new Harmony(BuildInfo.GUID);
//Harmony.DEBUG = true;
harmony.PatchAll();
}
catch (Exception ex)
Expand Down

0 comments on commit d609ca5

Please sign in to comment.