mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
CLng and not Double
This commit is contained in:
parent
ba0da7946c
commit
1c0011fd3a
@ -12,7 +12,7 @@ Public Class Presence
|
||||
If APP_ID IsNot Nothing And Environment.Is64BitProcess = False And Core.GameOptions.DiscordRPCEnabled = True Then
|
||||
Discord_Initialize(APP_ID, Handlers, 1, "")
|
||||
Update()
|
||||
APP_StartTimestamp = DateTime.UtcNow.Subtract(New DateTime(1970, 1, 1)).TotalMilliseconds
|
||||
APP_StartTimestamp = CLng(DateTime.UtcNow.Subtract(New DateTime(1970, 1, 1)).TotalMilliseconds)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user