]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Also don't translate the error
authorMario <mario.mario@y7mail.com>
Thu, 8 May 2014 07:40:00 +0000 (17:40 +1000)
committerMario <mario.mario@y7mail.com>
Thu, 8 May 2014 07:40:00 +0000 (17:40 +1000)
qcsrc/client/Main.qc

index e486672c89d28a7b74e668bdf7da98b12bec5116..4ea750ce5dbc5c465713037d84ada9ad97b579c0 100644 (file)
@@ -214,7 +214,7 @@ float SetTeam(entity o, float Team)
                        default:
                                if(GetTeam(Team, false) == world)
                                {
-                                       dprintf(_("trying to switch to unsupported team %d\n"), Team);
+                                       dprintf("trying to switch to unsupported team %d\n", Team);
                                        Team = NUM_SPECTATOR;
                                }
                                break;
@@ -230,7 +230,7 @@ float SetTeam(entity o, float Team)
                        default:
                                if(GetTeam(Team, false) == world)
                                {
-                                       dprintf(_("trying to switch to unsupported team %d\n"), Team);
+                                       dprintf("trying to switch to unsupported team %d\n", Team);
                                        Team = NUM_SPECTATOR;
                                }
                                break;