]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
svn -> git
authorRudolf Polzer <divverent@alientrap.org>
Thu, 5 Aug 2010 18:14:28 +0000 (20:14 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 5 Aug 2010 18:14:28 +0000 (20:14 +0200)
qcsrc/server/cl_client.qc

index dcebed41a8be8a0307e4f7edcfb8931846533f66..f08ef5f5385b7b9dad3eb90bd06a86efbbff21db 100644 (file)
@@ -2537,9 +2537,9 @@ void PlayerPreThink (void)
                if(self.cvar_g_xonoticversion)
                        if(time > self.version_nagtime)
                        {
-                               if(strstr(self.cvar_g_xonoticversion, "svn", 0) < 0)
+                               if(strstr(self.cvar_g_xonoticversion, "git", 0) < 0)
                                {
-                                       if(strstr(cvar_string("g_xonoticversion"), "svn", 0) >= 0)
+                                       if(strstr(cvar_string("g_xonoticversion"), "git", 0) >= 0)
                                        {
                                                dprint("^1NOTE^7 to ", self.netname, "^7 - the server is running ^3Xonotic ", cvar_string("g_xonoticversion"), " (beta)^7, you have ^3Xonotic ", self.cvar_g_xonoticversion, "^1\n");
                                                sprint(self, strcat("\{1}^1NOTE: ^7the server is running ^3Xonotic ", cvar_string("g_xonoticversion"), " (beta)^7, you have ^3Xonotic ", self.cvar_g_xonoticversion, "^1\n"));