Fix makeJerryCan locality issues (#4600)

This commit is contained in:
BaerMitUmlaut 2016-10-27 22:19:55 +02:00 committed by Glowbal
parent aeb0614e7e
commit 60d98df5fc

View File

@ -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),