Skip to content

Commit

Permalink
Fix menu event is not fired
Browse files Browse the repository at this point in the history
  • Loading branch information
opl- committed Jun 5, 2021
1 parent 1eeac50 commit 23cdee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberHTTPStatus/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public void OnActiveSceneChanged(Scene oldScene, Scene newScene) {
CleanUpSong();
}

if (newScene.name == "MenuCore") {
if (newScene.name == "MainMenu") {
// Menu
// TODO: get the current song, mode and mods while in menu
HandleMenuStart();
Expand Down

0 comments on commit 23cdee6

Please sign in to comment.