From f1629fe2d48501c4128a6db5132fd14407fd5f82 Mon Sep 17 00:00:00 2001 From: RD42 Date: Sun, 20 Apr 2025 07:53:56 -0700 Subject: [PATCH] [saco] Match `CLocalPlayer::ResetAllSyncAttributes()` --- saco/net/localplayer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/saco/net/localplayer.cpp b/saco/net/localplayer.cpp index 72d13da..0f8cba2 100644 --- a/saco/net/localplayer.cpp +++ b/saco/net/localplayer.cpp @@ -72,9 +72,11 @@ void CLocalPlayer::ResetAllSyncAttributes() field_187 = -1; field_181 = GetTickCount(); field_189 = 0; + + DWORD dwThisTick = GetTickCount(); field_2DA = 0; field_2DE = 0; - field_127 = GetTickCount(); + field_127 = dwThisTick; } //----------------------------------------------------------