diff --git a/addons/captives/CfgVehicles.hpp b/addons/captives/CfgVehicles.hpp index abd97f92a8..774ecf87e3 100644 --- a/addons/captives/CfgVehicles.hpp +++ b/addons/captives/CfgVehicles.hpp @@ -184,14 +184,14 @@ class CfgVehicles { defaultValue = 1; }; class allowSurrender { - displayName = CSTRING(ModuleSettings_requireSurrender_name); - description = CSTRING(ModuleSettings_requireSurrender_description); + displayName = CSTRING(ModuleSettings_allowSurrender_name); + description = CSTRING(ModuleSettings_allowSurrender_description); typeName = "BOOL"; defaultValue = 1; }; class requireSurrender { - displayName = CSTRING(ModuleSettings_allowSurrender_name); - description = CSTRING(ModuleSettings_allowSurrender_description); + displayName = CSTRING(ModuleSettings_requireSurrender_name); + description = CSTRING(ModuleSettings_requireSurrender_description); typeName = "NUMBER"; class values { class disable {