mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2024-12-23 06:57:28 +08:00
Update l4d2_signature_linux.h
Fix max slots. Thanks LuqS.
This commit is contained in:
parent
6d2a6f700b
commit
8ccc3c04ce
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user