Give botlib com_basegame for botlib.log path

Before it always used BASEGAME fallback code.
This commit is contained in:
Zack Middleton 2013-04-22 23:11:10 -05:00
parent b95d8a91aa
commit feb012152c
3 changed files with 10 additions and 7 deletions

View file

@ -451,6 +451,8 @@ int SV_BotLibSetup( void ) {
return -1;
}
botlib_export->BotLibVarSet( "basegame", com_basegame->string );
return botlib_export->BotLibSetup();
}