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/input/inputactionmap.h | |
parent | 227788d991459081a894428d4455ead1dd8b46d6 (diff) | |
download | mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.gz mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.bz2 mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.tar.xz mv-7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4.zip |
Add chat command /showstorage. Also add show storage to player context menu.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 1e8e04dc0..08976e9ea 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5299,6 +5299,12 @@ static const InputActionData inputActionData "showstats|stats", UseArgs_true, Protected_true}, + {"keyCommandShowStorage", + defaultAction(&Actions::commandShowStorage), + InputCondition::INGAME, + "showstorage|storagelist", + UseArgs_true, + Protected_true}, }; #undef defaultAction |