fix a missing

This commit is contained in:
commy2 2016-09-27 22:33:29 +02:00
parent 035e8017cc
commit 3d67de6fc1

View File

@ -45,7 +45,7 @@ class CfgVehicles {
class CAManBase: Man {
class ACE_SelfActions {
class Medical {
displayName = CSTRING(Actions_Medical);
displayName = ECSTRING(medical,Actions_Medical);
runOnHover = 1;
exceptions[] = {"isNotInside", "isNotSitting"};
statement = QUOTE([ARR_3(_target, true, 0)] call EFUNC(medical,displayPatientInformation));