mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-24 10:29:41 +02:00
Update Presence.vb
This commit is contained in:
parent
d7fdd910a8
commit
2570e3355c
@ -159,9 +159,10 @@ Public Class Presence
|
|||||||
}
|
}
|
||||||
|
|
||||||
If ShouldUpdate And Environment.Is64BitProcess = False Then
|
If ShouldUpdate And Environment.Is64BitProcess = False Then
|
||||||
Logger.Log(Logger.LogTypes.Message, "Presence.vb: Updating Discord Presence.")
|
Logger.Log(Logger.LogTypes.Debug, "Presence.vb: Updating Discord RPC.")
|
||||||
Discord_UpdatePresence(Presence)
|
Discord_UpdatePresence(Presence)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user