Update FreeplayState.hx

This commit is contained in:
actuallyasmartname
2021-04-13 13:59:25 -04:00
committed by GitHub
parent 7d11dc9081
commit 93941a57a6

View File

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