change default value to true

This commit is contained in:
commy2 2016-08-13 12:13:49 +02:00
parent f0a74781c9
commit 0dc13276df

View File

@ -3,7 +3,7 @@ class ACE_Settings {
class GVAR(enableCookoff) {
displayName = CSTRING(enable_name);
description = CSTRING(enable_tooltip);
value = 0;
value = 1;
typeName = "BOOL";
};
};