Update l4d2_signature_linux.h

Fix max slots. Thanks LuqS.
This commit is contained in:
Accelerator74 2021-06-18 12:26:30 +05:00 committed by GitHub
parent 6d2a6f700b
commit 8ccc3c04ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ const char* lobby_sux_new = "\x06\x0B\xBE\x01\x00\x00\x00\x90";
void *lobby_sux_org = NULL;
const char* max_players = "\x15\x89\xC6\x8B\x07\x89\x3C\x24\xFF\x50\xC3\x29\xC6\x01\xF3\x3B\x9F\xC3\x01\x00\x00\x0F";
unsigned char max_players_new[]= {0x06, 0x0E, 0x83, 0xFE, 0x3C, 0x90, 0x90, 0x90};
unsigned char max_players_new[]= {0x06, 0x0E, 0x83, 0xFB, 0x3C, 0x90, 0x90, 0x90};
void *max_players_org = NULL;
const char* server_bplayers = "\x16\x55\x89\xE5\x83\xEC\x08\xE8\xC3\xC3\xC3\xC3\xC9\x3C\x01\x19\xC0\x83\xE0\xFC\x83\xC0\x08";