]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_machinegun.qc
Unhandled weapon requests from weapon functions should return FALSE
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_machinegun.qc
index 949bfea8f872efd0b7163eb9771bc52cb3c08312..55ff1aaba5353d293514ac05a3ef7bcd5aa719c5 100644 (file)
@@ -364,7 +364,7 @@ float W_MachineGun(float req)
                                return WEAPON_MACHINEGUN_MURDER_SPRAY;
                }
        }
-       return TRUE;
+       return FALSE;
 }
 #endif
 #ifdef CSQC
@@ -400,7 +400,7 @@ float W_MachineGun(float req)
                        return FALSE;
                }
        }
-       return TRUE;
+       return FALSE;
 }
 #endif
 #endif