From a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Aug 2016 01:40:44 +0300 Subject: Add chat command for show/change auto item party sharing. --- src/gui/widgets/tabs/chat/partytab.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui') diff --git a/src/gui/widgets/tabs/chat/partytab.cpp b/src/gui/widgets/tabs/chat/partytab.cpp index 6a52dc634..f39ee7a45 100644 --- a/src/gui/widgets/tabs/chat/partytab.cpp +++ b/src/gui/widgets/tabs/chat/partytab.cpp @@ -88,6 +88,12 @@ bool PartyTab::handleCommand(const std::string &restrict type, args, this); } + else if (type == "autoitem") + { + inputManager.executeChatCommand(InputAction::PARTY_AUTO_ITEM_SHARE, + args, + this); + } else if (type == "exp") { inputManager.executeChatCommand(InputAction::PARTY_EXP_SHARE, -- cgit v1.2.3-60-g2f50