From fc77e39595cfd1541605aba06d82ca5d84c8dc00 Mon Sep 17 00:00:00 2001 From: jeefo Date: Wed, 2 Nov 2016 22:42:40 +0300 Subject: [PATCH] Removed unnecessary calls to EnableChatterIcon. --- source/interface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/interface.cpp b/source/interface.cpp index b191f81..01d6ef5 100644 --- a/source/interface.cpp +++ b/source/interface.cpp @@ -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)