mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-17 07:38:15 +00:00
Update GetTickCount to GetTickCount64
This commit is contained in:
@@ -831,7 +831,7 @@ void CPlatformNetworkManagerStub::TickSearch()
|
||||
return;
|
||||
|
||||
static DWORD lastSearchTime = 0;
|
||||
DWORD now = GetTickCount();
|
||||
DWORD now = GetTickCount64();
|
||||
if (now - lastSearchTime < 2000)
|
||||
return;
|
||||
lastSearchTime = now;
|
||||
|
||||
Reference in New Issue
Block a user