]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qc
Move racecar_angles into the bugrigs file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qc
index 53e68d9eb2259df91048e56348e3d8b2add3b1b1..dd0f3a6c0a1fac62e391e1b97eb1f0ef10be1145 100644 (file)
@@ -146,8 +146,6 @@ bool W_IsWeaponThrowable(entity this, int w)
                return false;
        if (g_weaponarena)
                return 0;
-       if (g_cts)
-               return 0;
     if(w == WEP_Null.m_id)
         return false;