Backed out changeset: 9007dacc012d
This commit is contained in:
parent
ae10bc6601
commit
8015d1827c
@ -190,8 +190,6 @@ void CHookManager::OnPluginLoaded(IPlugin *plugin)
|
|||||||
|
|
||||||
PRCH_used = true;
|
PRCH_used = true;
|
||||||
|
|
||||||
if (playerhelpers->IsServerActivated())
|
|
||||||
{
|
|
||||||
int MaxClients = playerhelpers->GetMaxClients();
|
int MaxClients = playerhelpers->GetMaxClients();
|
||||||
for (int i = 1; i <= MaxClients; i++)
|
for (int i = 1; i <= MaxClients; i++)
|
||||||
{
|
{
|
||||||
@ -201,7 +199,6 @@ void CHookManager::OnPluginLoaded(IPlugin *plugin)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void CHookManager::OnPluginUnloaded(IPlugin *plugin)
|
void CHookManager::OnPluginUnloaded(IPlugin *plugin)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user