From 645066d2ce2aa6e84bc9d5c99bb249d0bda554cb Mon Sep 17 00:00:00 2001 From: qqrz997 Date: Fri, 15 Nov 2024 14:30:30 +0000 Subject: [PATCH] Update CustomNotes Plugin ID --- Source/7_Utils/Interop/CustomNotesInterop.cs | 2 +- Source/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/7_Utils/Interop/CustomNotesInterop.cs b/Source/7_Utils/Interop/CustomNotesInterop.cs index 2f58818f..f3e1f859 100644 --- a/Source/7_Utils/Interop/CustomNotesInterop.cs +++ b/Source/7_Utils/Interop/CustomNotesInterop.cs @@ -4,7 +4,7 @@ using System.Reflection; namespace BeatLeader.Interop { - [PluginInterop("Custom Notes")] + [PluginInterop("CustomNotes")] internal static class CustomNotesInterop { #region Init diff --git a/Source/manifest.json b/Source/manifest.json index 8da8956c..72f1c88d 100644 --- a/Source/manifest.json +++ b/Source/manifest.json @@ -21,7 +21,7 @@ "BeatSaviorData", "NoodleExtensions", "ScoreSaber", - "Custom Notes" + "CustomNotes" ], "features": [] } \ No newline at end of file