some changes in bot's code
This commit is contained in:
@ -91,7 +91,6 @@ void CPlayer::PutInServer(){
|
||||
}
|
||||
|
||||
void CPlayer::Connect(const char* address ){
|
||||
bot = IsBot();
|
||||
strcpy(ip,address);
|
||||
rank = 0;
|
||||
clearStats = 0.0f;
|
||||
|
@ -21,7 +21,6 @@ struct CPlayer {
|
||||
int index;
|
||||
int aiming;
|
||||
int current;
|
||||
bool bot;
|
||||
float clearStats;
|
||||
RankSystem::RankStats* rank;
|
||||
|
||||
|
Reference in New Issue
Block a user