]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix xonotic.com -> xonotic.org
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 7 Sep 2011 19:05:23 +0000 (21:05 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 7 Sep 2011 19:05:23 +0000 (21:05 +0200)
qcsrc/server/cl_client.qc

index f22b3b28a34f0416024a6c9a6580334506ba3c63..7bee1dbb4cb335e5d7c8fe5bd279dfbbd233286b 100644 (file)
@@ -2727,8 +2727,8 @@ void PlayerPreThink (void)
                                                r = vercmp(self.cvar_g_xonoticversion, autocvar_g_xonoticversion);
                                                if(r < 0)
                                                {
-                                                       dprint("^1NOTE^7 to ", self.netname, "^7 - ^3Xonotic ", autocvar_g_xonoticversion, "^7 is out, and you still have ^3Xonotic ", self.cvar_g_xonoticversion, "^1 - get the update from ^4http://www.xonotic.com/^1!\n");
-                                                       sprint(self, strcat("\{1}^1NOTE: ^3Xonotic ", autocvar_g_xonoticversion, "^7 is out, and you still have ^3Xonotic ", self.cvar_g_xonoticversion, "^1 - get the update from ^4http://www.xonotic.com/^1!\n"));
+                                                       dprint("^1NOTE^7 to ", self.netname, "^7 - ^3Xonotic ", autocvar_g_xonoticversion, "^7 is out, and you still have ^3Xonotic ", self.cvar_g_xonoticversion, "^1 - get the update from ^4http://www.xonotic.org/^1!\n");
+                                                       sprint(self, strcat("\{1}^1NOTE: ^3Xonotic ", autocvar_g_xonoticversion, "^7 is out, and you still have ^3Xonotic ", self.cvar_g_xonoticversion, "^1 - get the update from ^4http://www.xonotic.org/^1!\n"));
                                                }
                                                else if(r > 0)
                                                {