From 7f0b747c6c9c9dcd74bc6e8b7d52d00cb67b5dc2 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Fri, 5 Jan 2024 21:46:43 -0500 Subject: [PATCH] remove this discord call too --- Assets/Scripts/GlobalGameManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/GlobalGameManager.cs b/Assets/Scripts/GlobalGameManager.cs index fd040d84b..ac98b99f5 100644 --- a/Assets/Scripts/GlobalGameManager.cs +++ b/Assets/Scripts/GlobalGameManager.cs @@ -455,8 +455,8 @@ namespace HeavenStudio PlayerInput.CleanUp(); Debug.Log("Clearing RIQ Cache..."); Jukebox.RiqFileHandler.ClearCache(); - Debug.Log("Closing Discord GameSDK..."); - DiscordRPC.DiscordController.instance?.Disconnect(); + // Debug.Log("Closing Discord GameSDK..."); + // DiscordRPC.DiscordController.instance?.Disconnect(); HasShutDown = true; }