diff --git a/amxmodx/CMisc.cpp b/amxmodx/CMisc.cpp index 7e845bf9..4f75d576 100755 --- a/amxmodx/CMisc.cpp +++ b/amxmodx/CMisc.cpp @@ -59,6 +59,7 @@ void CPlayer::Disconnect() { ingame = false; initialized = false; authorized = false; + bot = 0; } void CPlayer::PutInServer() { playtime = gpGlobals->time;