diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-14 21:54:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-14 21:54:35 +0300 |
commit | 4e736ecaea7ec5bdaaa0ef9bb91373be8a2d1e2b (patch) | |
tree | 01865f4cafd5ea70787f97e24611155ee7160e41 /src/input/inputaction.h | |
parent | 83018227d49168b67a58fd80f5bb415b4f78d0ff (diff) | |
download | plus-4e736ecaea7ec5bdaaa0ef9bb91373be8a2d1e2b.tar.gz plus-4e736ecaea7ec5bdaaa0ef9bb91373be8a2d1e2b.tar.bz2 plus-4e736ecaea7ec5bdaaa0ef9bb91373be8a2d1e2b.tar.xz plus-4e736ecaea7ec5bdaaa0ef9bb91373be8a2d1e2b.zip |
Add chat command for leave party.
New chat command: /leaveparty
Alias: /partyleave
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index d09099c84..e4f96d06a 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -513,6 +513,7 @@ namespace InputAction KICK_PARTY, ADD_TEXT, KICK, + LEAVE_PARTY, TOTAL }; } // namespace InputAction |