fixes to format and localize

This commit is contained in:
[VB]AWOL
2014-01-15 19:21:13 -06:00
parent 13b7a77c71
commit c4333e2b7d
6 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ _availableCans = ["ItemJerrycan","ItemFuelBarrel"];
if (local _vehicle) then {
[_vehicle,_newFuel] call local_setFuel;
} else {
PVDZE_send = [_vehicle,"SetFuel",[_vehicle,_newFuel]];
PVDZE_send = [_vehicle,"SFuel",[_vehicle,_newFuel]];
publicVariableServer "PVDZE_send";
};