X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Fphysical_items%2Fphysical_items.qc;h=bd68f2bcd414872219c6275c504c76e5c5a19cbe;hp=aaad9d47be599b59c91a7c879014d0deb8dc6535;hb=1add7fc6b9e512dcfcfd3180505046449ac782cd;hpb=c028ea62161e048d7a12774786d587604319e290 diff --git a/qcsrc/common/mutators/mutator/physical_items/physical_items.qc b/qcsrc/common/mutators/mutator/physical_items/physical_items.qc index aaad9d47b..bd68f2bcd 100644 --- a/qcsrc/common/mutators/mutator/physical_items/physical_items.qc +++ b/qcsrc/common/mutators/mutator/physical_items/physical_items.qc @@ -118,7 +118,7 @@ MUTATOR_HOOKFUNCTION(physical_items, Item_Spawn) wep.think = physical_item_think; wep.nextthink = time; - wep.touch = physical_item_touch; + settouch(wep, physical_item_touch); wep.event_damage = physical_item_damage; if(!wep.cnt)