Merge pull request #1612 from acemod/removeFrisk

Remove Frisk
This commit is contained in:
Nicolás Badano 2015-06-13 15:20:13 -03:00
commit 5884eb0d5b

View File

@ -63,16 +63,6 @@ class CfgVehicles {
statement = QUOTE([ARR_2(_player, _target)] call FUNC(doUnloadCaptive));
priority = 1.2;
};
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";
};
};
};