mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Dragging - Fix mass synchronization (#8071)
* Dragging - Fix mass synchronization * Cleanup redundant argument
This commit is contained in:
@ -84,5 +84,5 @@ if (_target getVariable [QGVAR(isUAV), false]) then {
|
||||
private _mass = _target getVariable [QGVAR(originalMass), 0];
|
||||
|
||||
if (_mass != 0) then {
|
||||
[QEGVAR(common,setMass), [_target, _mass], _target] call CBA_fnc_targetEvent;
|
||||
[QEGVAR(common,setMass), [_target, _mass]] call CBA_fnc_globalEvent; // force global sync
|
||||
};
|
||||
|
Reference in New Issue
Block a user