diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-16 20:04:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-16 20:04:47 +0300 |
commit | f4761d658102198abcce6b020c2c0f0e756d534a (patch) | |
tree | c0f3df556e4eb6074900c056a70684aba2d94829 /src/Makefile.am | |
parent | eeaf54bbaa50ba969fa982498bf39d40dca9a67a (diff) | |
download | plus-f4761d658102198abcce6b020c2c0f0e756d534a.tar.gz plus-f4761d658102198abcce6b020c2c0f0e756d534a.tar.bz2 plus-f4761d658102198abcce6b020c2c0f0e756d534a.tar.xz plus-f4761d658102198abcce6b020c2c0f0e756d534a.zip |
Add protection attribute to input actions. Unsafe actions blocked from remote usage.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1e21f80fd..ee6f870cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -576,6 +576,7 @@ SRC += events/actionevent.h \ enums/simpletypes/notify.h \ enums/simpletypes/npcnames.h \ enums/simpletypes/online.h \ + enums/simpletypes/protected.h \ enums/simpletypes/sfx.h \ enums/simpletypes/showcenter.h \ enums/simpletypes/skiperror.h \ |