Change disable NVG with sights by default

As discussed on Slack, we are changing the default behaviour infavor of excepted gameplay.
This commit is contained in:
Thomas Kooi 2015-12-07 18:33:20 +01:00
parent 39edd205f0
commit 05c56f73b5

View File

@ -3,6 +3,6 @@ class ACE_Settings {
displayName = CSTRING(DisableNVGsWithSights_DisplayName);
description = CSTRING(DisableNVGsWithSights_description);
typeName = "BOOL";
value = 1;
value = 0;
};
};