mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Geforce - Change default to aircraft only
This commit is contained in:
@ -2,7 +2,7 @@ class ACE_Settings {
|
|||||||
class GVAR(enabledFor) {
|
class GVAR(enabledFor) {
|
||||||
displayName = CSTRING(enabledFor_displayName);
|
displayName = CSTRING(enabledFor_displayName);
|
||||||
typeName = "SCALAR";
|
typeName = "SCALAR";
|
||||||
value = 2;
|
value = 1;
|
||||||
values[] = {ECSTRING(Common,Disabled), CSTRING(enabledFor_onlyAircraft), ECSTRING(Common,Enabled)};
|
values[] = {ECSTRING(Common,Disabled), CSTRING(enabledFor_onlyAircraft), ECSTRING(Common,Enabled)};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user