Update fnc_makeJerryCan.sqf (#9153)

This commit is contained in:
PabstMirror 2023-02-17 22:19:31 -06:00 committed by GitHub
parent 1693e6834d
commit 4de8487db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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