From 3d5afd7d8f966e324583c91abd7f8ded1a58cae5 Mon Sep 17 00:00:00 2001 From: esteldunedain Date: Sat, 13 Jun 2015 14:32:18 -0300 Subject: [PATCH] Close #1018 --- addons/captives/CfgVehicles.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/addons/captives/CfgVehicles.hpp b/addons/captives/CfgVehicles.hpp index 3a3b0722fb..cef472726d 100644 --- a/addons/captives/CfgVehicles.hpp +++ b/addons/captives/CfgVehicles.hpp @@ -56,16 +56,6 @@ class CfgVehicles { priority = 2.2; hotkey = "L"; }; - class ACE_FriskPerson { - displayName = CSTRING(FriskPerson); - distance = 2; - condition = QUOTE([ARR_2(_player, _target)] call FUNC(canFriskPerson)); - statement = QUOTE([ARR_2(_player, _target)] call FUNC(doFriskPerson)); - showDisabled = 0; - //icon = ""; //@todo - priority = 3; - hotkey = "F"; - }; }; };