diff --git a/triggers.qc b/triggers.qc index e76350c..d1d3f6e 100644 --- a/triggers.qc +++ b/triggers.qc @@ -786,7 +786,7 @@ void() trigger_push = void() trigger_monsterjump_touch = { - if ( other.flags & (FL_MONSTER | FL_FLY | FL_SWIM) != FL_MONSTER ) + if ((other.flags & (FL_MONSTER | FL_FLY | FL_SWIM)) != FL_MONSTER ) return; // set XY even if not on ground, so the jump will clear lips