From b6581cf5ef005280ee74e8b1f606336c796bb544 Mon Sep 17 00:00:00 2001 From: esteldunedain Date: Thu, 4 Feb 2016 21:00:40 -0300 Subject: [PATCH] Fix #3264 --- addons/zeus/XEH_preInit.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/zeus/XEH_preInit.sqf b/addons/zeus/XEH_preInit.sqf index 256dd0bae2..9837d7162b 100644 --- a/addons/zeus/XEH_preInit.sqf +++ b/addons/zeus/XEH_preInit.sqf @@ -17,8 +17,6 @@ PREP(moduleSetMedicalFacility); PREP(moduleSurrender); PREP(moduleUnconscious); PREP(moduleZeusSettings); -PREP(moduleDisableSuppression); -PREP(moduleSetSuppression); if (isServer) then { ["zeusUnitAssigned", FUNC(handleZeusUnitAssigned)] call EFUNC(common,addEventHandler);