diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-25 22:43:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-25 22:43:25 +0300 |
commit | ee82a8e3ca61d176e52078f8326d92e2220af2d0 (patch) | |
tree | beeef611c4b41dc056663126f6abb50dde91ef38 /src/dyetool/actions | |
parent | 0f49c02c2813ce853a7699b673103c8ef5edc05d (diff) | |
download | plus-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/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
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) |