From da275733bcfef7275fb23bc1ae37afdc64dc8f28 Mon Sep 17 00:00:00 2001 From: Hedgehog Fog Date: Thu, 3 Dec 2020 15:41:18 +0200 Subject: [PATCH] Fixed yb_attack_monsters cvar description --- cfg/addons/yapb/conf/yapb.cfg | 2 +- src/botlib.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/addons/yapb/conf/yapb.cfg b/cfg/addons/yapb/conf/yapb.cfg index 9123a89..d7dbd1e 100644 --- a/cfg/addons/yapb/conf/yapb.cfg +++ b/cfg/addons/yapb/conf/yapb.cfg @@ -409,7 +409,7 @@ yb_display_welcome_text "1" yb_enable_query_hook "0" // -// Allows or disallows bots to take attack monsters. +// Allows or disallows bots to attack monsters. // --- // Default: "0", Min: "0", Max: "1" // diff --git a/src/botlib.cpp b/src/botlib.cpp index b00d88f..df28361 100644 --- a/src/botlib.cpp +++ b/src/botlib.cpp @@ -28,7 +28,7 @@ ConVar cv_destroy_breakables_around ("yb_destroy_breakables_around", "1", "Allow ConVar cv_chatter_path ("yb_chatter_path", "sound/radio/bot", "Specifies the paths for the bot chatter sound files.", false); ConVar cv_restricted_weapons ("yb_restricted_weapons", "", "Specifies semicolon separated list of weapons that are not allowed to buy / pickup.", false); -ConVar cv_attack_monsters ("yb_attack_monsters", "0", "Allows or disallows bots to take attack monsters."); +ConVar cv_attack_monsters ("yb_attack_monsters", "0", "Allows or disallows bots to attack monsters."); ConVar cv_pickup_custom_items ("yb_pickup_custom_items", "0", "Allows or disallows bots to pickup custom items."); // game console variables