Removed bot member variable from CPlayer; instead, everything now calls the inline IsBot() function.
Hopefully that will fix the "bot bug"
This commit is contained in:
@@ -74,7 +74,6 @@ public:
|
||||
|
||||
bool initialized;
|
||||
bool ingame;
|
||||
bool bot;
|
||||
bool authorized;
|
||||
|
||||
float time;
|
||||
|
Reference in New Issue
Block a user