]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_tuba.qc
Unhandled weapon requests from weapon functions should return FALSE
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_tuba.qc
index 238c561ac3f8f0d15b6a7a77c22964215ed29152..560422d0e00f2311e82d3d848d0931c28ae1a076 100644 (file)
@@ -483,7 +483,7 @@ float W_Tuba(float req)
                                return WEAPON_TUBA_MURDER;
                }
        }
-       return TRUE;
+       return FALSE;
 }
 #endif
 #ifdef CSQC
@@ -501,7 +501,7 @@ float W_Tuba(float req)
                }
        }
 
-       return TRUE;
+       return FALSE;
 }
 #endif
 #endif