From fc1829800c7ead2a9cd48ee54cb6baecc2f72783 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Mon, 10 Feb 2014 22:45:41 +0100 Subject: [PATCH] Fixed typo --- SQF/dayz_code/actions/trade_any_vehicle_free.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/actions/trade_any_vehicle_free.sqf b/SQF/dayz_code/actions/trade_any_vehicle_free.sqf index 59b434826..850c99d31 100644 --- a/SQF/dayz_code/actions/trade_any_vehicle_free.sqf +++ b/SQF/dayz_code/actions/trade_any_vehicle_free.sqf @@ -136,8 +136,8 @@ if (_finished) then { _location = (getPosATL _veh); - //["PVDZE_veh_Publish",[_veh,[_dir,_location],_part_out,false,0]] call callRpcProcedure; - PVDZE_veh_Publish2 = [_veh,[_dir,_location],_part_out,false,0,_activatingPlayer]; + //["PVDZE_veh_Publish",[_veh,[_dir,_location],_part_out,true,0]] call callRpcProcedure; + PVDZE_veh_Publish2 = [_veh,[_dir,_location],_part_out,true,0,_activatingPlayer]; publicVariableServer "PVDZE_veh_Publish2"; };