From a551a4509240d24b987196eb8b4a02932ef05083 Mon Sep 17 00:00:00 2001 From: icomrade Date: Sat, 5 Mar 2016 22:34:20 -0500 Subject: [PATCH] Duplicates --- SQF/dayz_code/init/publicEH.sqf | 3 --- 1 file changed, 3 deletions(-) diff --git a/SQF/dayz_code/init/publicEH.sqf b/SQF/dayz_code/init/publicEH.sqf index 30855a7e3..6e0b5ac49 100644 --- a/SQF/dayz_code/init/publicEH.sqf +++ b/SQF/dayz_code/init/publicEH.sqf @@ -14,9 +14,6 @@ //"usecBreakLegs" addPublicVariableEventHandler {(_this select 1) call player_breaklegs}; "PVDZ_hlt_Bleed" addPublicVariableEventHandler {(_this select 1) spawn fnc_usec_damageBleed}; "PVDZ_veh_SF" addPublicVariableEventHandler {(_this select 1) call fnc_veh_handleRepair}; // repair a part from a vehicle -"PVCDZ_obj_HideBody" addPublicVariableEventHandler {hideBody (_this select 1)}; -"PVCDZ_obj_GutBody" addPublicVariableEventHandler {(_this select 1) spawn local_gutObject}; -"PVCDZ_veh_SetFuel" addPublicVariableEventHandler {(_this select 1) spawn local_setFuel}; //Both "PVCDZE_veh_SetFuel" addPublicVariableEventHandler {(_this select 1) spawn local_setFuel};