diff --git a/src/reclasses/CTFPartyClient.cpp b/src/reclasses/CTFPartyClient.cpp index 9da525b0..f909f8f6 100644 --- a/src/reclasses/CTFPartyClient.cpp +++ b/src/reclasses/CTFPartyClient.cpp @@ -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);