Skip to content

Commit

Permalink
Merge pull request #6183 from DeliciousJaffa/patch-1
Browse files Browse the repository at this point in the history
Allow goggle effects to be set locally per client
  • Loading branch information
commy2 authored Apr 26, 2018
2 parents b2d6b84 + d7aef3f commit 364ff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/goggles/ACE_Settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 364ff54

Please sign in to comment.