Update StoryMenuState.hx

This commit is contained in:
actuallyasmartname 2021-04-13 13:59:51 -04:00 committed by GitHub
parent 93941a57a6
commit a01601a7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ class StoryMenuState extends MusicBeatState
{
#if windows
// Updating Discord Rich Presence
DiscordClient.changePresence("In the Menus", null);
DiscordClient.changePresence("In the Story Mode Menu", null);
#end
transIn = FlxTransitionableState.defaultTransIn;