mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
change default value to true
This commit is contained in:
parent
f0a74781c9
commit
0dc13276df
@ -3,7 +3,7 @@ class ACE_Settings {
|
||||
class GVAR(enableCookoff) {
|
||||
displayName = CSTRING(enable_name);
|
||||
description = CSTRING(enable_tooltip);
|
||||
value = 0;
|
||||
value = 1;
|
||||
typeName = "BOOL";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user