• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum Beta for TSPG.


Commit MetaInfo

Révision4efebe291e44d697039ecf117fd4bbc619c604a8 (tree)
l'heure2022-07-08 10:01:51
AuteurAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Message de Log

Backed out changeset: e3f901eb92cc
Removes: "The "addbot" CCMD is no longer blacklisted on TSPG. Hosts are allowed to add up to 16 bots to a server."

Change Summary

Modification

diff -r 3731e2f6d00a -r 4efebe291e44 src/bots.cpp
--- a/src/bots.cpp Sun Jun 26 11:37:18 2022 -0400
+++ b/src/bots.cpp Thu Jul 07 21:01:51 2022 -0400
@@ -3840,13 +3840,11 @@
38403840 //
38413841 CCMD( addbot )
38423842 {
3843- /*
38443843 // [TSPG]
38453844 #if defined( SERVER_ONLY ) && defined( SERVER_BLACKLIST )
38463845 if ( gamestate != GS_STARTUP )
38473846 return;
38483847 #endif
3849- */
38503848
38513849 CSkullBot *pBot;
38523850 ULONG ulPlayerIdx;
@@ -3889,13 +3887,6 @@
38893887 return;
38903888 }
38913889
3892- // [TSPG] We only allow up to 16 bots on a single server.
3893- if ( BOTS_CountBots( ) >= 16 )
3894- {
3895- Printf( "The maximum number of bots allowed is 16, you cannot add any more.\n" );
3896- return;
3897- }
3898-
38993890 switch ( argv.argc( ) )
39003891 {
39013892 case 1: