mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-19 14:22:54 +00:00
cvar, not dvar
This commit is contained in:
parent
0a0c63ca76
commit
8f0b21578a
@ -676,12 +676,12 @@ start_bot_threads()
|
|||||||
self thread bot_listen_to_steps();
|
self thread bot_listen_to_steps();
|
||||||
self thread bot_uav_think();
|
self thread bot_uav_think();
|
||||||
|
|
||||||
if ( getdvarint( "bots_play_nade" ) )
|
if ( getcvarint( "bots_play_nade" ) )
|
||||||
{
|
{
|
||||||
// self thread bot_use_grenade_think();
|
// self thread bot_use_grenade_think();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( getdvarint( "bots_play_obj" ) )
|
if ( getcvarint( "bots_play_obj" ) )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user