]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change a error message to be immediately recognized as error
authorterencehill <piuntn@gmail.com>
Thu, 1 Jul 2021 19:00:34 +0000 (21:00 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 1 Jul 2021 19:00:34 +0000 (21:00 +0200)
qcsrc/server/command/sv_cmd.qc

index 6ada1045168019e8589326922f29138afd823cba..5a9fae567589e695843c8702ff91ef11e0dea5ea 100644 (file)
@@ -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;