X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_halflife.qc;h=bb2254c977d91e4cd427b5d3e6c2c3fcfea115a0;hb=786db02b0c9aa618c581b7c3fe7392ad114797d8;hp=0a95b78d06c96f930eb903b746000a48d232d991;hpb=40c99b50ee69f18ebe88918e72a4598822c41ea0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/t_halflife.qc b/qcsrc/server/t_halflife.qc index 0a95b78d0..bb2254c97 100644 --- a/qcsrc/server/t_halflife.qc +++ b/qcsrc/server/t_halflife.qc @@ -37,7 +37,7 @@ void spawnfunc_func_healthcharger() {} void func_ladder_touch() { - if not(other.iscreature) + if (!other.iscreature) return; if (other.vehicle_flags & VHF_ISVEHICLE) return;