mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
close the thing on the dead
This commit is contained in:
parent
b686bc73e1
commit
76ebfef571
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ class TitleState extends MusicBeatState
|
|||
|
||||
#if desktop
|
||||
DiscordClient.initialize();
|
||||
|
||||
Application.current.onExit.add (function (exitCode) {
|
||||
DiscordClient.shutdown();
|
||||
});
|
||||
#end
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue