Merge pull request #6183 from DeliciousJaffa/patch-1

Allow goggle effects to be set locally per client
This commit is contained in:
commy2 2018-04-27 01:14:51 +02:00 committed by GitHub
commit fbacf1a3e4
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) {