[iortcw] 444/497: All: Fix typo in sv_bot

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit e57586a37b4b1372e2a3cd72b14b8d85e845551c
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Nov 25 06:40:05 2015 -0500

    All: Fix typo in sv_bot
---
 MP/code/server/sv_bot.c | 2 +-
 SP/code/server/sv_bot.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/code/server/sv_bot.c b/MP/code/server/sv_bot.c
index 81dfac2..ca7d87f 100644
--- a/MP/code/server/sv_bot.c
+++ b/MP/code/server/sv_bot.c
@@ -561,7 +561,7 @@ void SV_BotInitCvars( void ) {
 	Cvar_Get( "bot_nochat", "0", 0 );               //disable chats
 	Cvar_Get( "bot_grapple", "0", 0 );          //enable grapple
 	Cvar_Get( "bot_rocketjump", "1", 0 );           //enable rocket jumping
-	Cvar_Get( "bot_miniplayers", "0", 0 );      //minimum players in a team or the game
+	Cvar_Get( "bot_minplayers", "0", 0 );      //minimum players in a team or the game
 }
 
 // Ridah, Cast AI
diff --git a/SP/code/server/sv_bot.c b/SP/code/server/sv_bot.c
index a552b7a..8a9b49f 100644
--- a/SP/code/server/sv_bot.c
+++ b/SP/code/server/sv_bot.c
@@ -540,7 +540,7 @@ void SV_BotInitCvars( void ) {
 	Cvar_Get( "bot_nochat", "0", 0 );               //disable chats
 	Cvar_Get( "bot_grapple", "0", 0 );          //enable grapple
 	Cvar_Get( "bot_rocketjump", "1", 0 );           //enable rocket jumping
-	Cvar_Get( "bot_miniplayers", "0", 0 );      //minimum players in a team or the game
+	Cvar_Get( "bot_minplayers", "0", 0 );      //minimum players in a team or the game
 }
 
 // Ridah, Cast AI

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list