From bb604b783f5909d068ced29e17a698a37115ebb6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Feb 2016 18:28:40 +0300 Subject: Add chat command /showcart. Also add show cart to player context menu. --- src/actions/commands.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/actions/commands.cpp') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 43fca1874..503cb95dc 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -1293,4 +1293,10 @@ impHandler(commandShowStorage) return true; } +impHandler(commandShowCart) +{ + adminHandler->showCartList(event.args); + return true; +} + } // namespace Actions -- cgit v1.2.3-70-g09d2