mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
5e71030301
commit
b6a2315525
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user