diff --git a/SQF/dayz_code/actions/siphonFuel.sqf b/SQF/dayz_code/actions/siphonFuel.sqf index 2dad3cfee..85260f4c7 100644 --- a/SQF/dayz_code/actions/siphonFuel.sqf +++ b/SQF/dayz_code/actions/siphonFuel.sqf @@ -119,7 +119,6 @@ _availableCansEmpty = ["ItemJerrycanEmpty","ItemFuelBarrelEmpty"]; PVDZE_send = [_vehicle,"SetFuel",[_vehicle,_newFuel]]; publicVariableServer "PVDZE_send"; }; - */ // Play sound [player,"refuel",0,false] call dayz_zombieSpeak; @@ -156,4 +155,4 @@ _availableCansEmpty = ["ItemJerrycanEmpty","ItemFuelBarrelEmpty"]; } forEach magazines player; -DZE_ActionInProgress = false; \ No newline at end of file +DZE_ActionInProgress = false;