mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Fix mms UE420 (why was this removed?)
This commit is contained in:
@@ -1071,8 +1071,8 @@ DWORD WINAPI Main(LPVOID)
|
|||||||
|
|
||||||
if (!matchmaking)
|
if (!matchmaking)
|
||||||
matchmaking = Memcury::Scanner::FindPattern("83 7D 88 01 7F 0D 48 8B CE E8", false).Get();
|
matchmaking = Memcury::Scanner::FindPattern("83 7D 88 01 7F 0D 48 8B CE E8", false).Get();
|
||||||
// if (!matchmaking)
|
if (!matchmaking)
|
||||||
// matchmaking = Memcury::Scanner::FindPattern("83 BD ? ? ? ? ? 7F 18 49 8D 4D D8 48 8B D7 E8").Get(); // 4.20
|
matchmaking = Memcury::Scanner::FindPattern("83 BD ? ? ? ? ? 7F 18 49 8D 4D D8 48 8B D7 E8").Get(); // 4.20
|
||||||
|
|
||||||
bool bMatchmakingSupported = matchmaking && Engine_Version >= 420;
|
bool bMatchmakingSupported = matchmaking && Engine_Version >= 420;
|
||||||
int idx = 0;
|
int idx = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user