cvar, not dvar

This commit is contained in:
ineed bots 2024-09-23 13:39:04 -06:00
parent 0a0c63ca76
commit 8f0b21578a

View File

@ -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" ) )
{ {
} }
} }