There was an error while loading. Please reload this page.
1 parent dae06e2 commit 53b3f21Copy full SHA for 53b3f21
1 file changed
Solution/source/Memory/GTAmemory.cpp
@@ -1296,7 +1296,7 @@ void GTAmemory::Init()
1296
_vehiclePoolAddress = reinterpret_cast<UINT64*>(*reinterpret_cast<int*>(address + 3) + address + 7);
1297
1298
if (!g_isEnhanced) {
1299
- if (GTAmemory::GetGameVersion() >= eGameVersion::VER_1_0_3788_0)
+ if (GTAmemory::GetGameVersion() >= eGameVersion::VER_1_0_3788_0) {
1300
address = FindPattern("\x4C\x8B\x05\x00\x00\x00\x00\x41\x3B\x50\x00\x7D\x00\x49\x8B\x40", "xxx????xxx?x?xxx");
1301
}
1302
else {
0 commit comments