Fixes of typos, punctuations, mistranslation (#274)
This commit is contained in:
parent
0572e5d064
commit
08353e6006
6 changed files with 11 additions and 11 deletions
|
|
@ -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 ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue