diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-24 19:46:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-24 19:46:26 +0300 |
commit | 61de258859b600011284a49d54bca1f31ecb6d3d (patch) | |
tree | b5c6dba3f0329f9f52f9bcbf57dd14efeddf1e22 /src/dyetool | |
parent | ca20df8ccb5eac498a9eab2f3c03d30fe495ef30 (diff) | |
download | plus-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.cpp | 1 |
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 |