mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove module settings
change defualt in ACE_Settings
This commit is contained in:
@ -246,6 +246,6 @@ class ACE_Settings {
|
|||||||
class GVAR(delayUnconCaptive) {
|
class GVAR(delayUnconCaptive) {
|
||||||
displayName = CSTRING(delayUnconCaptive);
|
displayName = CSTRING(delayUnconCaptive);
|
||||||
typeName = "SCALAR";
|
typeName = "SCALAR";
|
||||||
value = 10;
|
value = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -144,13 +144,6 @@ class CfgVehicles {
|
|||||||
typeName = "BOOL";
|
typeName = "BOOL";
|
||||||
defaultValue = 1;
|
defaultValue = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
class delayUnconCaptive {
|
|
||||||
displayName = CSTRING(MedicalSettings_delayUnconCaptive_DisplayName);
|
|
||||||
description = CSTRING(MedicalSettings_delayUnconCaptive_Description);
|
|
||||||
typeName = "NUMBER";
|
|
||||||
defaultValue = 3;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class ModuleDescription {
|
class ModuleDescription {
|
||||||
|
Reference in New Issue
Block a user