Fix autoqueue

This commit is contained in:
BenCat07 2018-04-27 16:29:32 +02:00
parent 5bb5364735
commit bfc2586d9b

View File

@ -69,7 +69,7 @@ char re::CTFPartyClient::RequestQueueForMatch(int type)
{
typedef char (*RequestQueueForMatch_t)(re::CTFPartyClient *, int);
uintptr_t addr = gSignatures.GetClientSignature(
"55 89 E5 57 56 53 81 EC ? ? ? ? 8B 75 ? 89 F0");
"55 89 E5 57 56 53 81 EC ? ? ? ? 8B 45 ? E8 ? ? ? ?");
RequestQueueForMatch_t RequestQueueForMatch_fn =
RequestQueueForMatch_t(addr);