mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
39edd205f0
commit
05c56f73b5
@ -3,6 +3,6 @@ class ACE_Settings {
|
||||
displayName = CSTRING(DisableNVGsWithSights_DisplayName);
|
||||
description = CSTRING(DisableNVGsWithSights_description);
|
||||
typeName = "BOOL";
|
||||
value = 1;
|
||||
value = 0;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user