mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed superfulous parenthese
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
e5f62c71d2
commit
ea15eeaee9
@ -38,7 +38,7 @@ if (_isSidePlayer) then {
|
||||
if (!alive _projectile) exitWith {
|
||||
[_handle] call CBA_fnc_removePerFrameHandler;
|
||||
};
|
||||
private _projectileArray = GVAR(dev_trackLines) getOrDefault [(getObjectID _projectile), -1];
|
||||
private _projectileArray = GVAR(dev_trackLines) getOrDefault [getObjectID _projectile, -1];
|
||||
if (_projectileArray isEqualType 0) exitWith {};
|
||||
(_projectileArray#0) pushBack getPosATL _projectile;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user