SFuel here instead of SetFuel since it is also a command

This commit is contained in:
[VB]AWOL
2014-01-15 19:30:16 -06:00
parent c4333e2b7d
commit 2c4a677840

View File

@@ -116,7 +116,7 @@ _availableCansEmpty = ["ItemJerrycanEmpty","ItemFuelBarrelEmpty"];
if (local _vehicle) then { if (local _vehicle) then {
[_vehicle,_newFuel] call local_setFuel; [_vehicle,_newFuel] call local_setFuel;
} else { } else {
PVDZE_send = [_vehicle,"SetFuel",[_vehicle,_newFuel]]; PVDZE_send = [_vehicle,"SFuel",[_vehicle,_newFuel]];
publicVariableServer "PVDZE_send"; publicVariableServer "PVDZE_send";
}; };