Give botlib com_basegame for botlib.log path
Before it always used BASEGAME fallback code.
This commit is contained in:
parent
b95d8a91aa
commit
feb012152c
3 changed files with 10 additions and 7 deletions
|
@ -451,6 +451,8 @@ int SV_BotLibSetup( void ) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
botlib_export->BotLibVarSet( "basegame", com_basegame->string );
|
||||
|
||||
return botlib_export->BotLibSetup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue