]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Clean up invasion global functions a bit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index ce0c10535b083b6f79e05f1bc29105bd5322f9bc..2a1fb2e2f8475a7dc791c57c05d961e4e6dc304f 100644 (file)
@@ -244,7 +244,7 @@ void InitGameplayMode()
        
        if(g_invasion)
        {
-               maxrounds = cvar("fraglimit");
+               inv_maxrounds = cvar("fraglimit");
                cvar_set("fraglimit", "0");
        }