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 82741102..40474d22 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