X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_halflife.qc;h=bb2254c977d91e4cd427b5d3e6c2c3fcfea115a0;hp=0a95b78d06c96f930eb903b746000a48d232d991;hb=387861a0bee1121b0869bfaf8cff5b703ffc1ad2;hpb=74a82a7354648fcc2698c19afc0581f7bdc3b1ca 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;