Clear cached IClient ptr on disconnect (Fixes #637).

This commit is contained in:
Nicholas Hastings 2017-07-08 08:25:23 -04:00
parent 29d1187434
commit fd87cb6b23

View File

@ -2133,6 +2133,7 @@ void CPlayer::Disconnect()
m_Steam3Id = "";
m_pEdict = NULL;
m_Info = NULL;
m_pIClient = NULL;
m_bAdminCheckSignalled = false;
m_UserId = -1;
m_bIsInKickQueue = false;