]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/tturrets/system/system_main.qc
Give turrets _shirt & glowmod insted of fugly colormod. Fix akward .team check (ons...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / tturrets / system / system_main.qc
index ea0f6b22668dd3ddcb9d6a3595d2798294fe0c5c..b4ee78139c21c6e31538fa7b2ad781de13ef1725 100644 (file)
@@ -759,7 +759,7 @@ void turret_think()
     // ONS uses somewhat backwards linking.
     if (teamplay)
     {
-        if not (g_onslaught)
+        if (g_onslaught)
             if (self.target)
             {
                 e = find(world, targetname,self.target);