bot is not searching mod name in hardcoded list, so you can now use any gamedir for bot. So the CS beta 7.0 & 7.1 for steam is now supported.

This commit is contained in:
jeefo 2016-07-01 09:32:43 +03:00
commit 19f4582685
5 changed files with 107 additions and 110 deletions

View file

@ -45,7 +45,6 @@ int g_highestDamageCT = 1;
int g_highestDamageT = 1;
int g_highestKills = 1;
Array <Array <String> > g_chatFactory;
Array <Array <ChatterItem> > g_chatterFactory;
Array <BotName> g_botNames;