[Network] Allow cl_maxpackets 125

This commit is contained in:
momo5502 2016-12-08 21:23:06 +01:00
parent bdef5e3db9
commit 13f4af34b2

View File

@ -326,6 +326,9 @@ namespace Components
// increase max port binding attempts from 10 to 100
Utils::Hook::Set<BYTE>(0x4FD48A, 100);
// increase cl_maxpackets limit to 120
Utils::Hook::Set<BYTE>(0x4050A1, 125);
// Parse port as short in Net_AddrToString
Utils::Hook::Set<char*>(0x4698E3, "%u.%u.%u.%u:%hu");