Skip to content

Commit

Permalink
Update harmony.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-deutsch authored Sep 24, 2024
1 parent d1c6744 commit 1bfdc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harmony.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class HarmonyPatches
private static Harmony instance;

public static bool IsPatched { get; private set; }
public const string InstanceId = PluginInfo.GUID;
public const string InstanceId = "org.sevelte.gorillatag.fpv";

internal static void ApplyHarmonyPatches()
{
Expand Down

0 comments on commit 1bfdc66

Please sign in to comment.