mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix makeJerryCan locality issues (#4600)
This commit is contained in:
parent
aeb0614e7e
commit
60d98df5fc
@ -23,8 +23,8 @@ if (isNull _target ||
|
||||
{_target getVariable [QGVAR(jerryCan), false]}) exitWith {};
|
||||
|
||||
[_target, _fuelAmount] call FUNC(setFuel);
|
||||
_target setVariable [QGVAR(jerryCan), true, true];
|
||||
_target setVariable [QGVAR(source), _target, true];
|
||||
_target setVariable [QGVAR(jerryCan), true];
|
||||
_target setVariable [QGVAR(source), _target];
|
||||
|
||||
// Main Action
|
||||
private _action = [QGVAR(Refuel),
|
||||
|
Loading…
Reference in New Issue
Block a user