mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-07-18 17:38:04 +08:00
Update l4dtoolz_mm.cpp
This commit is contained in:
@ -119,7 +119,9 @@ bool l4dtoolz::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool
|
||||
int* m_nMaxClientsLimit = (int*)(((uint**)g_pGameIServer)+maxplayers_offs);
|
||||
if (*m_nMaxClientsLimit != 0x12) {
|
||||
Warning("Couldn't patch maxplayers\n");
|
||||
g_pGameIServer = NULL;
|
||||
if (!late) {
|
||||
g_pGameIServer = NULL;
|
||||
}
|
||||
} else {
|
||||
*m_nMaxClientsLimit = 0x20;
|
||||
const char *pszCmdLineMax;
|
||||
|
Reference in New Issue
Block a user