mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #6183 from DeliciousJaffa/patch-1
Allow goggle effects to be set locally per client
This commit is contained in:
commit
fbacf1a3e4
@ -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