]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/raptor.qc
remove "poor man's autocvars" in sv_main.qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / raptor.qc
index ee6d3976f6dbfa43ab9b4d9c7ac8cb3f1afed7fe..bd7597110225eeb42afb9c733925c2897a1f121c 100644 (file)
@@ -295,7 +295,7 @@ void raptor_enter()
     if (clienttype(other) != CLIENTTYPE_REAL)
         return;
 
-    if(teamplay)
+    if(autocvar_teamplay)
         if(self.team)
             if(self.team != other.team)
                 return;