mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed #2097 - script error because of global variable in params
This commit is contained in:
parent
416d8dca6a
commit
e5eaefafdb
@ -46,7 +46,7 @@ _unit selectWeapon _replacementTube;
|
||||
// AI - Remove the ai's missle launcher tube after the missle has exploded
|
||||
if !([_unit] call EFUNC(common,isPlayer)) then {
|
||||
[{
|
||||
params ["args","_idPFH"];
|
||||
params ["_args","_idPFH"];
|
||||
_args params ["_unit", "_tube", "_projectile"];
|
||||
|
||||
//don't do anything until projectile is null (exploded/max range)
|
||||
|
Loading…
Reference in New Issue
Block a user