summaryrefslogtreecommitdiff
path: root/src/input/inputaction.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-14 23:21:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-14 23:21:39 +0300
commit02f688326716e1f9a193f6f139021242241ad014 (patch)
tree6d2614374e1a70b2a1e077ff1e29bb2e98e72d94 /src/input/inputaction.h
parent949ff15ab6e7b841b996f8cb1a3bebb957cd4a85 (diff)
downloadplus-02f688326716e1f9a193f6f139021242241ad014.tar.gz
plus-02f688326716e1f9a193f6f139021242241ad014.tar.bz2
plus-02f688326716e1f9a193f6f139021242241ad014.tar.xz
plus-02f688326716e1f9a193f6f139021242241ad014.zip
Add chat command for warp to location at same map.
New chat command: /warp X Y
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r--src/input/inputaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h
index e4f96d06a..4de3c7cb4 100644
--- a/src/input/inputaction.h
+++ b/src/input/inputaction.h
@@ -514,6 +514,7 @@ namespace InputAction
ADD_TEXT,
KICK,
LEAVE_PARTY,
+ WARP,
TOTAL
};
} // namespace InputAction