summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-07 23:10:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-07 23:10:22 +0300
commite59e3ea04af6edc38a686df2ed4be440fb5d6682 (patch)
tree587f0115f98fd2f1b4e844a85da6d0f3e60cc6af /src/commands.h
parent4f8e8c36290e46c00fa0266c4e4af553fac59a4c (diff)
downloadplus-e59e3ea04af6edc38a686df2ed4be440fb5d6682.tar.gz
plus-e59e3ea04af6edc38a686df2ed4be440fb5d6682.tar.bz2
plus-e59e3ea04af6edc38a686df2ed4be440fb5d6682.tar.xz
plus-e59e3ea04af6edc38a686df2ed4be440fb5d6682.zip
add fixes after autochecks.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index f41a16339..4b0e2a0f8 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -298,6 +298,7 @@ static const CommandInfo commands[] =
{"", &Commands::dontRemoveName, -1, false},
{"", &Commands::removeName, -1, false},
{"disableaway", &Commands::disableAway, -1, false},
+ {"enableaway", &Commands::enableAway, -1, false},
{"drop", nullptr, Input::KEY_QUICK_DROP, false},
{"dropn", nullptr, Input::KEY_QUICK_DROPN, false},
{"movetotarget", nullptr, Input::KEY_MOVE_TO_TARGET, false},