fixed many reservation bugsd

This commit is contained in:
Gray
2025-07-19 10:11:42 -04:00
parent d47287afb8
commit 5ce5e7cbf8
2 changed files with 7 additions and 6 deletions

View File

@@ -328,7 +328,7 @@ static inline uint64 FindKickPlayer()
return addr;
}
if (Engine_Version >= 423 || Engine_Version <= 425) // && instead of || ??
if (Engine_Version >= 423 && Engine_Version <= 425)
return Memcury::Scanner::FindPattern("48 89 5C 24 08 48 89 74 24 10 57 48 83 EC ? 49 8B F0 48 8B DA 48 85 D2").Get();
uint64 Ret = 0;