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:
@ -3,7 +3,7 @@ class ACE_Settings {
|
||||
class GVAR(enableCookoff) {
|
||||
displayName = CSTRING(enable_name);
|
||||
description = CSTRING(enable_tooltip);
|
||||
value = 0;
|
||||
value = 1;
|
||||
typeName = "BOOL";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user