mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Scopes - Fixed major typo affecting trajectory synchronization (#5805)
This commit is contained in:
parent
a3a0d238b7
commit
c3e1fe31f8
@ -23,7 +23,7 @@ if (!(_ammo isKindOf "BulletBase")) exitWith {};
|
||||
private _weaponIndex = [_unit, currentWeapon _unit] call EFUNC(common,getWeaponIndex);
|
||||
if (_weaponIndex < 0) exitWith {};
|
||||
|
||||
private _adjustment = ACE_player getVariable [QGVAR(Adjustment), [[0, 0, 0], [0, 0, 0], [0, 0, 0]]];
|
||||
private _adjustment = _unit getVariable [QGVAR(Adjustment), [[0, 0, 0], [0, 0, 0], [0, 0, 0]]];
|
||||
private _zeroing = +(_adjustment select _weaponIndex);
|
||||
TRACE_1("Adjusting With",_zeroing);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user