]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Out portal is blue, not red
authorSamual Lenks <samual@xonotic.org>
Fri, 31 May 2013 16:35:49 +0000 (12:35 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 31 May 2013 16:35:49 +0000 (12:35 -0400)
qcsrc/server/w_porto.qc

index 7ccbc3f3d356f38f291dfd92ebe75e1c58221e34..fad480d012ec58623f4f07e8a19b22a3d0b9e518 100644 (file)
@@ -151,7 +151,7 @@ void W_Porto_Touch (void)
                {
                        sound(self, CH_SHOTS, "porto/create.wav", VOL_BASE, ATTN_NORM);
                        trace_plane_normal = norm;
-                       centerprint(self.realowner, "^1Out^7-portal created.");
+                       centerprint(self.realowner, "^4Out^7-portal created.");
                        W_Porto_Success();
                }
                else