summaryrefslogtreecommitdiff
path: root/src/dyetool/actions
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 19:26:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 19:26:42 +0300
commitca20df8ccb5eac498a9eab2f3c03d30fe495ef30 (patch)
tree3204ebd8d0f44208e63bd9e5ed8d5d3e2ba385b2 /src/dyetool/actions
parented90e9aa17a5135988a1a85f159c1556f7d84bd1 (diff)
downloadplus-ca20df8ccb5eac498a9eab2f3c03d30fe495ef30.tar.gz
plus-ca20df8ccb5eac498a9eab2f3c03d30fe495ef30.tar.bz2
plus-ca20df8ccb5eac498a9eab2f3c03d30fe495ef30.tar.xz
plus-ca20df8ccb5eac498a9eab2f3c03d30fe495ef30.zip
Add chat command /locate. Also add locate to player context menu.
Diffstat (limited to 'src/dyetool/actions')
-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 d8a030a95..555bc103b 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -109,5 +109,6 @@ impHandlerVoid(commandShowStats)
impHandlerVoid(commandShowStorage)
impHandlerVoid(commandShowCart)
impHandlerVoid(commandShowInventory)
+impHandlerVoid(locatePlayer)
} // namespace Actions