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:
parent
b686bc73e1
commit
76ebfef571
|
@ -96,6 +96,10 @@ class TitleState extends MusicBeatState
|
|||
|
||||
#if desktop
|
||||
DiscordClient.initialize();
|
||||
|
||||
Application.current.onExit.add (function (exitCode) {
|
||||
DiscordClient.shutdown();
|
||||
});
|
||||
#end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue