Skip to content

Commit

Permalink
Update CustomNotes Plugin ID
Browse files Browse the repository at this point in the history
  • Loading branch information
qqrz997 committed Nov 15, 2024
1 parent f18874a commit 645066d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/7_Utils/Interop/CustomNotesInterop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Reflection;

namespace BeatLeader.Interop {
[PluginInterop("Custom Notes")]
[PluginInterop("CustomNotes")]
internal static class CustomNotesInterop {
#region Init

Expand Down
2 changes: 1 addition & 1 deletion Source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"BeatSaviorData",
"NoodleExtensions",
"ScoreSaber",
"Custom Notes"
"CustomNotes"
],
"features": []
}

0 comments on commit 645066d

Please sign in to comment.