浏览代码

Try with global event invockation

m3ales 4 年之前
父节点
当前提交
917dfc48d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      addons - Copy/RD501_Main/functions/stun/stun.sqf

+ 1 - 1
addons - Copy/RD501_Main/functions/stun/stun.sqf

@@ -2,7 +2,7 @@
 // Runs only on the machine where the hit unit is local
 _fnc_onHit = {
 	params ["_unit", "_source", "_damage", "_instigator"];
-	["rd501_stun_onHit", [_unit, _source], _instigator] call CBA_fnc_targetEvent;
+	["rd501_stun_onHit", [_unit, _source]] call CBA_fnc_globalEvent;
 };
 
 // Runs on the person who shot