Removed unnecessary calls to EnableChatterIcon.

This commit is contained in:
jeefo 2016-11-02 22:42:40 +03:00
commit fc77e39595

View file

@ -1131,10 +1131,7 @@ void ClientDisconnect (edict_t *ent)
if (bot != nullptr)
{
if (bot->pev == &ent->v)
{
bot->EnableChatterIcon (false);
bots.Free (i);
}
}
if (g_gameFlags & GAME_METAMOD)