From 175e3ed1cdc77ac583df37f5bd090b8a9ad518d7 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Sun, 30 May 2004 13:30:00 +0000 Subject: [PATCH] added bot = false; in Disconnect() (hoping it will fix some problems where AMXX doesn't recognize players as proper clients) --- amxmodx/CMisc.cpp | 1 + 1 file changed, 1 insertion(+) 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;