From: terencehill Date: Thu, 1 Jul 2021 19:00:34 +0000 (+0200) Subject: Change a error message to be immediately recognized as error X-Git-Tag: xonotic-v0.8.5~384 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=284ea2aa273b1c22b5cd10ab8a6b729c32fa1713;p=xonotic%2Fxonotic-data.pk3dir.git Change a error message to be immediately recognized as error --- diff --git a/qcsrc/server/command/sv_cmd.qc b/qcsrc/server/command/sv_cmd.qc index 6ada10451..5a9fae567 100644 --- a/qcsrc/server/command/sv_cmd.qc +++ b/qcsrc/server/command/sv_cmd.qc @@ -745,7 +745,7 @@ void GameCommand_gametype(int request, int argc) } else { - bprint("Game type switch to ", s, " failed: this type does not exist!\n"); + bprint("Failed to switch to ", s, ": this game type does not exist!\n"); } return;