summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-25 22:43:25 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-25 22:43:25 +0300
commitee82a8e3ca61d176e52078f8326d92e2220af2d0 (patch)
treebeeef611c4b41dc056663126f6abb50dde91ef38 /src/dyetool
parent0f49c02c2813ce853a7699b673103c8ef5edc05d (diff)
downloadplus-ee82a8e3ca61d176e52078f8326d92e2220af2d0.tar.gz
plus-ee82a8e3ca61d176e52078f8326d92e2220af2d0.tar.bz2
plus-ee82a8e3ca61d176e52078f8326d92e2220af2d0.tar.xz
plus-ee82a8e3ca61d176e52078f8326d92e2220af2d0.zip
Add chat command for recall player.
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/actions/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp
index 522ead2f2..e458d494e 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -124,6 +124,7 @@ impHandlerVoid(commandLoadPosition)
impHandlerVoid(commandRandomWarp)
impHandlerVoid(commandGotoNpc)
impHandlerVoid(commandGotoPc)
+impHandlerVoid(commandRecallPc)
impHandlerVoid(commandKiller)
impHandlerVoid(commandKillable)
impHandlerVoid(commandHeal)