summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 00:53:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 00:53:34 +0300
commit14800b09f0cc47ab4452039c45ba99295a40e2d8 (patch)
tree1e5ff4911580cd509d9f21bf8f8ff942302e3a81 /src/dyetool
parentd0967473d6f1e356592e8adbe46fcbbe04c60393 (diff)
downloadplus-14800b09f0cc47ab4452039c45ba99295a40e2d8.tar.gz
plus-14800b09f0cc47ab4452039c45ba99295a40e2d8.tar.bz2
plus-14800b09f0cc47ab4452039c45ba99295a40e2d8.tar.xz
plus-14800b09f0cc47ab4452039c45ba99295a40e2d8.zip
Add chat command /saveposition. Also add it to player context menu.
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 4c54e8d26..984d814d3 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -116,5 +116,6 @@ impHandlerVoid(commandSpawnSlave)
impHandlerVoid(commandSpawnClone)
impHandlerVoid(commandSpawnSlaveClone)
impHandlerVoid(commandSpawnEvilClone)
+impHandlerVoid(commandSavePosition)
} // namespace Actions