]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Rename sv_vq3compat to sv_q3defragcompat to clarify its purpose
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 80ecd2a31333ea2998cf14027de9150b42067ddc..6ee29474e5470944cf7122279c8213ecd91f57a4 100644 (file)
@@ -873,7 +873,7 @@ spawnfunc(worldspawn)
        MapInfo_FilterGametype(MapInfo_CurrentGametype(), MapInfo_CurrentFeatures(), MapInfo_RequiredFlags(), MapInfo_ForbiddenFlags(), 1);
 
        if(fexists(strcat("scripts/", mapname, ".defi")))
        MapInfo_FilterGametype(MapInfo_CurrentGametype(), MapInfo_CurrentFeatures(), MapInfo_RequiredFlags(), MapInfo_ForbiddenFlags(), 1);
 
        if(fexists(strcat("scripts/", mapname, ".defi")))
-               cvar_settemp("sv_vq3compat", "1");
+               cvar_settemp("sv_q3defragcompat", "1");
 
        if(whichpack(strcat("maps/", mapname, ".cfg")) != "")
        {
 
        if(whichpack(strcat("maps/", mapname, ".cfg")) != "")
        {