Skip to content

Commit

Permalink
Addendum to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Oct 16, 2023
1 parent 65bc6d1 commit 2c79323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/core/CCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ void CCore::SetConnected(bool bConnected)
discord->SetPresenceDetails("");

if (bConnected)
discord->SetPresenceStartTimestamp(GetTickCount64_());
discord->SetPresenceStartTimestamp(time(nullptr));
}
}

Expand Down

0 comments on commit 2c79323

Please sign in to comment.