mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix missing comma
This commit is contained in:
parent
015a60e6c4
commit
589ca27b60
@ -77,7 +77,7 @@ private _maxFuel = getNumber (configFile >> "CfgVehicles" >> (typeOf _target) >>
|
|||||||
_unit setVariable [QGVAR(tempFuel), _fuelInSink];
|
_unit setVariable [QGVAR(tempFuel), _fuelInSink];
|
||||||
|
|
||||||
if !(local _sink) then {
|
if !(local _sink) then {
|
||||||
["setFuel", _sink [_sink, _fuelInSink]] call EFUNC(common,targetEvent);
|
["setFuel", _sink, [_sink, _fuelInSink]] call EFUNC(common,targetEvent);
|
||||||
} else {
|
} else {
|
||||||
_sink setFuel _fuelInSink;
|
_sink setFuel _fuelInSink;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user