Removed unnecessary calls to EnableChatterIcon.
This commit is contained in:
parent
6769ddca39
commit
fc77e39595
1 changed files with 0 additions and 3 deletions
|
|
@ -1131,10 +1131,7 @@ void ClientDisconnect (edict_t *ent)
|
||||||
if (bot != nullptr)
|
if (bot != nullptr)
|
||||||
{
|
{
|
||||||
if (bot->pev == &ent->v)
|
if (bot->pev == &ent->v)
|
||||||
{
|
|
||||||
bot->EnableChatterIcon (false);
|
|
||||||
bots.Free (i);
|
bots.Free (i);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_gameFlags & GAME_METAMOD)
|
if (g_gameFlags & GAME_METAMOD)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue