Skip to content

Commit

Permalink
Post debug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chudders1231 committed Jun 26, 2023
1 parent 3efb3b6 commit 34804b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public class Plugin : BaseUnityPlugin
public static ConfigEntry<float> cureKnifeDamage;

// Plugin Setup
private const string myGUID = "com.chadlymasterson.cureknife";
private const string myGUID = "com.chadlymasterson.cureblade";
private const string pluginName = "Cure Blade";
private const string versionString = "1.0.1";
private const string versionString = "1.0.2";
public static readonly Harmony harmony = new Harmony(myGUID);
public static ManualLogSource logger;

Expand All @@ -31,7 +31,7 @@ private void Awake()
harmony.PatchAll();

// Run additional functions prior to registering items
//SetupBepinexConfigs();
SetupBepinexConfigs();

// Initialise custom prefabs
InitializePrefabs();
Expand Down

0 comments on commit 34804b2

Please sign in to comment.