force bots to all use the same profile

use C# 7.1 for projects
This commit is contained in:
RaidMax
2019-05-04 09:17:18 -05:00
parent db11a5f480
commit 43c4d4af38
16 changed files with 17 additions and 15 deletions

View File

@ -159,12 +159,6 @@ namespace IW4MAdmin.Application.RconParsers
State = EFClient.ClientState.Connecting
};
//// they've not fully connected yet
//if (!client.IsBot && ping == 999)
//{
// continue;
//}
StatusPlayers.Add(client);
}
}