Skip to content

Commit 5da917a

Browse files
authored
Update asw_concommands.cpp
1 parent f25c455 commit 5da917a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/server/swarm/asw_concommands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ void rd_addbot_svf(const CCommand& args) {
699699
CASW_Player* pLeader = ASWGameResource() ? ASWGameResource()->GetLeader() : NULL;
700700
if (pLeader && ASWGameResource() && ASWGameRules()) {
701701
if (!rd_player_bots_allowed.GetBool()) {
702-
ClientPrint(pLeader, HUD_PRINTTALK, "#rd_no_bots_allowed");
702+
Msg("Failed to add a bot, rd_no_bots_allowed is set to 0\n");
703703
return;
704704
}
705705

0 commit comments

Comments
 (0)