summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 19:46:26 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 19:46:26 +0300
commit61de258859b600011284a49d54bca1f31ecb6d3d (patch)
treeb5c6dba3f0329f9f52f9bcbf57dd14efeddf1e22 /src/dyetool
parentca20df8ccb5eac498a9eab2f3c03d30fe495ef30 (diff)
downloadplus-61de258859b600011284a49d54bca1f31ecb6d3d.tar.gz
plus-61de258859b600011284a49d54bca1f31ecb6d3d.tar.bz2
plus-61de258859b600011284a49d54bca1f31ecb6d3d.tar.xz
plus-61de258859b600011284a49d54bca1f31ecb6d3d.zip
Add chat command /showaccountinfo. 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 555bc103b..83695c88b 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -110,5 +110,6 @@ impHandlerVoid(commandShowStorage)
impHandlerVoid(commandShowCart)
impHandlerVoid(commandShowInventory)
impHandlerVoid(locatePlayer)
+impHandlerVoid(commandShowAccountInfo)
} // namespace Actions