1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-25 16:24:40 +00:00

close the thing on the dead

This commit is contained in:
Kade M 2021-04-02 14:35:14 -07:00 committed by GitHub
parent b686bc73e1
commit 76ebfef571

View file

@ -96,6 +96,10 @@ class TitleState extends MusicBeatState
#if desktop
DiscordClient.initialize();
Application.current.onExit.add (function (exitCode) {
DiscordClient.shutdown();
});
#end
}