From 7e3a0e3668788cc9e63b0bc7f69ce793e2680ec4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Feb 2016 18:15:58 +0300 Subject: Add chat command /showstorage. Also add show storage to player context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') 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 -- cgit v1.2.3-60-g2f50