Skip to content

Commit

Permalink
Merge pull request #157 from qqrz997/master
Browse files Browse the repository at this point in the history
Update CustomNotes Plugin ID
  • Loading branch information
NSGolova authored Nov 15, 2024
2 parents d5a37cd + 645066d commit 4f65461
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 4f65461

Please sign in to comment.