]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Add ForbidThrowCurrentWeapon hook to CA and cleanup some checks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index e4bd6852185d7e753a88a18009c39c2be981a27b..306e40f8675b6364078b2865d165abf03cd2af2f 100644 (file)
@@ -293,7 +293,7 @@ entity SelectSpawnPoint (float anypoint)
        else
        {
                float mindist;
-               if (arena_roundbased && !g_ca)
+               if (g_arena && arena_roundbased)
                        mindist = 800;
                else
                        mindist = 100;