mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_makeJerryCan.sqf (#9153)
This commit is contained in:
parent
1693e6834d
commit
4de8487db0
@ -28,7 +28,7 @@ _target setVariable [QGVAR(capacity), _fuelAmount];
|
||||
|
||||
if (isServer) then {
|
||||
[_target, _fuelAmount] call FUNC(setFuel); // has global effects
|
||||
[QVAR(jerryCanInitalized), [_target]] call CBA_fnc_globalevent;
|
||||
[QGVAR(jerryCanInitalized), [_target]] call CBA_fnc_globalevent;
|
||||
};
|
||||
|
||||
// Main Action
|
||||
|
Loading…
Reference in New Issue
Block a user