mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +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;
|
ingame = false;
|
||||||
initialized = false;
|
initialized = false;
|
||||||
authorized = false;
|
authorized = false;
|
||||||
|
bot = 0;
|
||||||
}
|
}
|
||||||
void CPlayer::PutInServer() {
|
void CPlayer::PutInServer() {
|
||||||
playtime = gpGlobals->time;
|
playtime = gpGlobals->time;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user