From: Rudolf Polzer Date: Wed, 7 Sep 2011 19:05:23 +0000 (+0200) Subject: fix xonotic.com -> xonotic.org X-Git-Tag: xonotic-v0.6.0~40^2~154 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=78296aeea255d051fe6624abf5ad57ed653e3c91;p=xonotic%2Fxonotic-data.pk3dir.git fix xonotic.com -> xonotic.org --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index f22b3b28a..7bee1dbb4 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -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) {