diff --git a/core/PlayerManager.cpp b/core/PlayerManager.cpp index 9fc5ddb3..6ee162fd 100644 --- a/core/PlayerManager.cpp +++ b/core/PlayerManager.cpp @@ -263,10 +263,10 @@ void PlayerManager::OnServerActivate(edict_t *pEdictList, int edictCount, int cl memset(m_AuthQueue, 0, sizeof(unsigned int) * (ABSOLUTE_PLAYER_LIMIT + 1)); g_NumPlayersToAuth = &m_AuthQueue[0]; - - g_PluginSys.SyncMaxClients(m_maxClients); } + g_PluginSys.SyncMaxClients(m_maxClients); + g_OnMapStarted = true; g_Extensions.CallOnCoreMapStart(pEdictList, edictCount, m_maxClients);