]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qc
rebrand nexuiz -> xonotic, will fix possible mess later
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qc
index 30adf39fb1fffb24a90af13c24fdfa9302228885..97b78ca7978a22e058ef4598f57c9c8b7b682340 100644 (file)
@@ -367,7 +367,7 @@ void WinningConditionHelper()
        entity sk;
 
        s = GetGametype();
-       s = strcat(s, ":", cvar_string("g_nexuizversion"));
+       s = strcat(s, ":", cvar_string("g_xonoticversion"));
        s = strcat(s, "::", GetPlayerScoreString(world, 2)); // make this 1 once we can
 
        fullstatus = cvar("g_full_getstatus_responses");