aim: wipe prediction if destination is not index isn't exists

bot: remove copyright year, and provide original author nickname
lang: fix some spelling
This commit is contained in:
jeefo 2023-05-24 23:41:23 +03:00
commit 9ff97c1997
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
42 changed files with 97 additions and 97 deletions

View file

@ -1,6 +1,6 @@
//
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
// Copyright © 2004-2023 YaPB Project <yapb@jeefo.net>.
// YaPB, based on PODBot by Markus Klinge ("CountFloyd").
// Copyright © YaPB Project Developers <yapb@jeefo.net>.
//
// SPDX-License-Identifier: MIT
//
@ -8,7 +8,7 @@
#include <yapb.h>
ConVar cv_bind_menu_key ("yb_bind_menu_key", "=", "Binds specified key for opening bots menu.", false);
ConVar cv_ignore_cvars_on_changelevel ("yb_ignore_cvars_on_changelevel", "yb_quota,yb_autovacate", "Specifies comma separated list of bot cvars, that will not be overriten by config on changelevel.", false);
ConVar cv_ignore_cvars_on_changelevel ("yb_ignore_cvars_on_changelevel", "yb_quota,yb_autovacate", "Specifies comma separated list of bot cvars, that will not be overwritten by config on changelevel.", false);
BotConfig::BotConfig () {
m_chat.resize (Chat::Count);