From 2b876e09673528db82590200347dd48c93c683e8 Mon Sep 17 00:00:00 2001 From: Skaronator Date: Wed, 15 Jan 2014 13:44:43 +0100 Subject: [PATCH] Little Typo --- SQF/dayz_code/actions/siphonFuel.sqf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;