From: Mario Date: Wed, 6 Jan 2016 13:58:21 +0000 (+1000) Subject: Re-enable for now, just incase it potentially breaks maps X-Git-Tag: xonotic-v0.8.2~1270 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=95122f769389d640145de019a8642e4691070ecf;p=xonotic%2Fxonotic-data.pk3dir.git Re-enable for now, just incase it potentially breaks maps --- diff --git a/qcsrc/common/t_items.qc b/qcsrc/common/t_items.qc index aca12292f..72bfafd12 100644 --- a/qcsrc/common/t_items.qc +++ b/qcsrc/common/t_items.qc @@ -1421,7 +1421,7 @@ void target_items_use() {SELFPARAM(); if(activator.classname == "droppedweapon") { - //EXACTTRIGGER_TOUCH; + EXACTTRIGGER_TOUCH; remove(activator); return; } @@ -1430,7 +1430,7 @@ void target_items_use() return; if(IS_DEAD(activator)) return; - //EXACTTRIGGER_TOUCH; + EXACTTRIGGER_TOUCH; FOREACH_ENTITY_ENT(enemy, activator, {