Updated comment

This commit is contained in:
Daniel S. Billing 2021-02-21 13:08:34 +01:00
parent 3aad0934c9
commit d7fdd910a8

View File

@ -33,6 +33,8 @@ Public Class Presence
Logger.Log(Logger.LogTypes.Debug, "Presence.vb: Checking Discord Presence.") Logger.Log(Logger.LogTypes.Debug, "Presence.vb: Checking Discord Presence.")
If Core.GameOptions.DiscordRPCEnabled = False Then If Core.GameOptions.DiscordRPCEnabled = False Then
' Shutdown Discord if user decides to disable it in game
' Restart of game is needed after enabling again to make it initialize again
Discord_Shutdown() Discord_Shutdown()
End If End If