Skip to content

Commit

Permalink
"bot_agressive" set default to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaqtincha committed Jun 10, 2021
1 parent f1be3c5 commit 404cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/dlls/bot/cs_bot_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cvar_t cv_bot_deathmatch = { "bot_deathmatch", "0", FCVAR_SERVER, 0.
cvar_t cv_bot_quota_mode = { "bot_quota_mode", "normal", FCVAR_SERVER, 0.0f, nullptr };
cvar_t cv_bot_join_delay = { "bot_join_delay", "0", FCVAR_SERVER, 0.0f, nullptr };
cvar_t cv_bot_freeze = { "bot_freeze", "0", 0, 0.0f, nullptr };
cvar_t cv_bot_agressive = { "bot_agressive", "1", FCVAR_SERVER, 0.0f, nullptr };
cvar_t cv_bot_agressive = { "bot_agressive", "0", FCVAR_SERVER, 0.0f, nullptr };
#else
// Migrated to bot_quota_mode, use "match"
cvar_t cv_bot_quota_match = { "bot_quota_match", "0", FCVAR_SERVER, 0.0f, nullptr };
Expand Down

0 comments on commit 404cd78

Please sign in to comment.