This commit is contained in:
Anuken
2020-06-16 14:15:10 -04:00
parent 2e42526e90
commit d1de976dc4
2 changed files with 1 additions and 2 deletions

View File

@@ -60,7 +60,6 @@ public class DesktopLauncher extends ClientLauncher{
try{
DiscordRPC.initialize(discordID, true, "1127400");
Log.info("Initialized Discord rich presence.");
Runtime.getRuntime().addShutdownHook(new Thread(DiscordRPC::shutdown));
}catch(Throwable t){
useDiscord = false;