From: terencehill Date: Mon, 31 Jul 2017 18:52:38 +0000 (+0200) Subject: Restore tracebox removed in cc188c9339 as it's neccessary but with the correct entity... X-Git-Tag: xonotic-v0.8.5~2378^2~101 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6b5997b47b125db7b59cb924f2dc3ba0d33e1b12;p=xonotic%2Fxonotic-data.pk3dir.git Restore tracebox removed in cc188c9339 as it's neccessary but with the correct entity (e instead of jp) --- diff --git a/qcsrc/common/triggers/trigger/jumppads.qc b/qcsrc/common/triggers/trigger/jumppads.qc index 5a24bca66..4079232be 100644 --- a/qcsrc/common/triggers/trigger/jumppads.qc +++ b/qcsrc/common/triggers/trigger/jumppads.qc @@ -300,6 +300,7 @@ bool trigger_push_testorigin(entity e, entity targ, entity jp, vector org) } } } + tracebox(trace_endpos, e.mins, e.maxs, trace_endpos - eZ * 1500, true, e); return true; } #endif