Update l4d1_signature_linux.h

This commit is contained in:
Accelerator 2024-05-02 15:39:22 +03:00 committed by GitHub
parent 546f47155a
commit 5c91c9ee04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ void* players_org = NULL;
//CBaseServer::SetReservationCookie(unsigned long long, char const*, ...) //CBaseServer::SetReservationCookie(unsigned long long, char const*, ...)
//function in engine.so //function in engine.so
const char* unreserved = "\x11\x55\x57\x56\x53\x81\xEC\x3C\x01\x00\x00\xE8\xC3\xC3\xC3\xC3\x81\xC3\x33\x8E\x23\x00"; const char* unreserved = "\x15\x55\x57\x56\x53\x81\xEC\x3C\x01\x00\x00\xE8\xC3\xC3\xC3\xC3\x81\xC3\x33\x8E\x23\x00";
const char* unreserved_new = "\x01\x00\xC3"; const char* unreserved_new = "\x01\x00\xC3";
void* unreserved_org = NULL; void* unreserved_org = NULL;