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:
parent
c61763edc9
commit
0956b97dce
@ -246,6 +246,6 @@ class ACE_Settings {
|
||||
class GVAR(delayUnconCaptive) {
|
||||
displayName = CSTRING(delayUnconCaptive);
|
||||
typeName = "SCALAR";
|
||||
value = 10;
|
||||
value = 3;
|
||||
};
|
||||
};
|
||||
|
@ -144,13 +144,6 @@ class CfgVehicles {
|
||||
typeName = "BOOL";
|
||||
defaultValue = 1;
|
||||
};
|
||||
|
||||
class delayUnconCaptive {
|
||||
displayName = CSTRING(MedicalSettings_delayUnconCaptive_DisplayName);
|
||||
description = CSTRING(MedicalSettings_delayUnconCaptive_Description);
|
||||
typeName = "NUMBER";
|
||||
defaultValue = 3;
|
||||
};
|
||||
};
|
||||
|
||||
class ModuleDescription {
|
||||
|
Loading…
Reference in New Issue
Block a user