Allow local goggle effects to be set per client

From what I can see goggles are all handled locally and do not need to be globally enabled/disabled. If a group wants to force the setting, CBA provides optional force functionality.
This commit is contained in:
Jaffa 2018-03-05 21:20:32 +00:00 committed by GitHub
parent 5e71030301
commit b6a2315525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ class ACE_Settings {
displayName = CSTRING(effects_displayName);
typeName = "SCALAR";
value = 2;
isClientSettable = 1;
values[] = {ECSTRING(common,Disabled), CSTRING(effects_tintOnly), CSTRING(enabled_tintAndEffects)};
};
class GVAR(showInThirdPerson) {