Update FreeplayState.hx

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

View File

@ -55,7 +55,7 @@ class FreeplayState extends MusicBeatState
#if windows #if windows
// Updating Discord Rich Presence // Updating Discord Rich Presence
DiscordClient.changePresence("In the Menus", null); DiscordClient.changePresence("In the Freeplay Menu", null);
#end #end
var isDebug:Bool = false; var isDebug:Bool = false;