diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-24 18:15:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-24 18:20:16 +0300 |
commit | 7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4 (patch) | |
tree | 434a8768d65fdee815bb5a18734d417b8076c690 /src/actions/commands.h | |
parent | 227788d991459081a894428d4455ead1dd8b46d6 (diff) | |
download | plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.gz plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.bz2 plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.xz plus-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.zip |
Add chat command /showstorage. Also add show storage to player context menu.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index ad03274b8..f883aa1b0 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -106,6 +106,7 @@ namespace Actions decHandler(playerCharGmCommands); decHandler(commandShowLevel); decHandler(commandShowStats); + decHandler(commandShowStorage); } // namespace Actions #undef decHandler |