X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_halflife.qc;h=bb2254c977d91e4cd427b5d3e6c2c3fcfea115a0;hb=0ee74987765518ffed584a790f90607c3f3f8e71;hp=0a95b78d06c96f930eb903b746000a48d232d991;hpb=a8f44b0e98aedacaae872b937ee023e24fc30878;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;