Fixes of typos, punctuations, mistranslation (#274)

This commit is contained in:
Владислав Сухов 2022-01-04 01:29:07 +06:00 committed by GitHub
commit 08353e6006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -8,7 +8,7 @@
#include <yapb.h>
ConVar cv_chat ("yb_chat", "1", "Enables or disables bots chat functionality.");
ConVar cv_chat_percent ("yb_chat_percent", "30", "Chances bot will send random dead chat when killed.", true, 0.0f, 100.0f);
ConVar cv_chat_percent ("yb_chat_percent", "30", "Bot chances to send random dead chat when killed.", true, 0.0f, 100.0f);
void BotSupport::stripTags (String &line) {
if (line.empty ()) {