Merge remote-tracking branch 'old/master'

This commit is contained in:
BotoX
2019-07-24 20:57:00 +02:00
191 changed files with 29564 additions and 465 deletions
-11
View File
@@ -68,18 +68,7 @@ public void Cvar_FileChanged(ConVar convar, const char[] oldValue, const char[]
}
else
{
LogError("[SM] File not found! (configs/info_messages/%s.txt)", sFilename);
}
for (int i = 1; i <= MaxClients; i++)
{
if (!IsClientInGame(i) || IsFakeClient(i))
continue;
OnClientPutInServer(i);
}
}
//----------------------------------------------------------------------------------------------------