We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25c455 commit 5da917aCopy full SHA for 5da917a
1 file changed
src/game/server/swarm/asw_concommands.cpp
@@ -699,7 +699,7 @@ void rd_addbot_svf(const CCommand& args) {
699
CASW_Player* pLeader = ASWGameResource() ? ASWGameResource()->GetLeader() : NULL;
700
if (pLeader && ASWGameResource() && ASWGameRules()) {
701
if (!rd_player_bots_allowed.GetBool()) {
702
- ClientPrint(pLeader, HUD_PRINTTALK, "#rd_no_bots_allowed");
+ Msg("Failed to add a bot, rd_no_bots_allowed is set to 0\n");
703
return;
704
}
705
0 commit comments