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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03692af24..8e303516d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1111,6 +1111,7 @@ SET(SRCS 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 |