From 8e0512c49ddd8be7f93de2603670b25960d01e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=BE=D0=B2?= <22411953+Vladislav4KZ@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:47:14 +0000 Subject: [PATCH] fix: spelling --- cfg/addons/yapb/conf/lang/de_lang.cfg | 2 +- cfg/addons/yapb/conf/lang/ru_lang.cfg | 4 ++-- cfg/addons/yapb/conf/yapb.cfg | 2 +- src/botlib.cpp | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cfg/addons/yapb/conf/lang/de_lang.cfg b/cfg/addons/yapb/conf/lang/de_lang.cfg index 3cb14f1..ac1fabf 100644 --- a/cfg/addons/yapb/conf/lang/de_lang.cfg +++ b/cfg/addons/yapb/conf/lang/de_lang.cfg @@ -1716,7 +1716,7 @@ Allows or disallows bots weapon buying routines. Erlaubt oder verbietet Bots Waffenkauf-Routinen. [ORIGINAL] -Allows bots to destroy breakables around him, even without touching with them. +Allows bots to destroy breakables around them, even without touching with them. [TRANSLATED] Ermöglicht es Bots, zerbrechliche Objekte um ihn herum zu zerstören, auch ohne sie zu berühren. diff --git a/cfg/addons/yapb/conf/lang/ru_lang.cfg b/cfg/addons/yapb/conf/lang/ru_lang.cfg index 15cbfbd..3cdaa8a 100644 --- a/cfg/addons/yapb/conf/lang/ru_lang.cfg +++ b/cfg/addons/yapb/conf/lang/ru_lang.cfg @@ -1868,7 +1868,7 @@ Allows or disallows bots weapon buying routines. Разрешает или запрещает ботам покупать оружие. [ORIGINAL] -Allows bots to destroy breakables around him, even without touching with them. +Allows bots to destroy breakables around them, even without touching with them. [TRANSLATED] Разрешает ботам уничтожать объекты вокруг них, даже без прикосновения с ними. @@ -1880,7 +1880,7 @@ The radius on which bot searches world for new objects, items, and weapons. Радиус, в котором бот ищет на карте новые объекты, предметы и оружие. [ORIGINAL] -The radius on which bot destroy breakables around him, when not touching with them. +The radius on which bot destroy breakables around it, when not touching with them. [TRANSLATED] Радиус, в котором бот уничтожает объекты вокруг него, не прикасаясь к ним. diff --git a/cfg/addons/yapb/conf/yapb.cfg b/cfg/addons/yapb/conf/yapb.cfg index 8fb2b44..9bd415c 100644 --- a/cfg/addons/yapb/conf/yapb.cfg +++ b/cfg/addons/yapb/conf/yapb.cfg @@ -117,7 +117,7 @@ yb_spraypaints "1" yb_botbuy "1" // -// Allows bots to destroy breakables around him, even without touching with them. +// Allows bots to destroy breakables around them, even without touching with them. // --- // Default: "1", Min: "0", Max: "1" // diff --git a/src/botlib.cpp b/src/botlib.cpp index e2d4b2d..efed7df 100644 --- a/src/botlib.cpp +++ b/src/botlib.cpp @@ -26,10 +26,10 @@ ConVar cv_tkpunish ("yb_tkpunish", "1", "Allows or disallows bots to take reveng ConVar cv_freeze_bots ("yb_freeze_bots", "0", "If enabled, the bots think function is disabled, so bots will not move anywhere from their spawn spots."); ConVar cv_spraypaints ("yb_spraypaints", "1", "Allows or disallows the use of spray paints."); ConVar cv_botbuy ("yb_botbuy", "1", "Allows or disallows bots weapon buying routines."); -ConVar cv_destroy_breakables_around ("yb_destroy_breakables_around", "1", "Allows bots to destroy breakables around him, even without touching with them."); +ConVar cv_destroy_breakables_around ("yb_destroy_breakables_around", "1", "Allows bots to destroy breakables around them, even without touching with them."); ConVar cv_object_pickup_radius ("yb_object_pickup_radius", "450.0", "The radius on which bot searches world for new objects, items, and weapons.", true, 64.0f, 1024.0f); -ConVar cv_object_destroy_radius ("yb_object_destroy_radius", "400.0", "The radius on which bot destroy breakables around him, when not touching with them.", true, 64.0f, 1024.0f); +ConVar cv_object_destroy_radius ("yb_object_destroy_radius", "400.0", "The radius on which bot destroy breakables around it, when not touching with them.", true, 64.0f, 1024.0f); 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);