mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
added
bot = false; in Disconnect() (hoping it will fix some problems where AMXX doesn't recognize players as proper clients)
This commit is contained in:
parent
ce15e9a3ba
commit
175e3ed1cd
@ -59,6 +59,7 @@ void CPlayer::Disconnect() {
|
||||
ingame = false;
|
||||
initialized = false;
|
||||
authorized = false;
|
||||
bot = 0;
|
||||
}
|
||||
void CPlayer::PutInServer() {
|
||||
playtime = gpGlobals->time;
|
||||
|
Loading…
Reference in New Issue
Block a user