X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_domination.qc;h=f0e4955b2d0eb849a146b5dbc68ce6f292171054;hb=786db02b0c9aa618c581b7c3fe7392ad114797d8;hp=50f512991723b0b7e45d40d1686914eb4ed39c10;hpb=40c99b50ee69f18ebe88918e72a4598822c41ea0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_domination.qc b/qcsrc/server/mutators/gamemode_domination.qc index 50f512991..f0e4955b2 100644 --- a/qcsrc/server/mutators/gamemode_domination.qc +++ b/qcsrc/server/mutators/gamemode_domination.qc @@ -182,7 +182,7 @@ void dompointthink() void dompointtouch() { entity head; - if not(IS_PLAYER(other)) + if (!IS_PLAYER(other)) return; if (other.health < 1) return;