Update action_handler_item.cpp

10-use-item-shortcut-client
bensaine 3 years ago
parent 7f796d86ec
commit 5676438aff

@ -2468,7 +2468,6 @@ class CHandlerUseHotbarItem : public IActionHandler
{ {
CInterfaceManager *pIM = CInterfaceManager::getInstance(); CInterfaceManager *pIM = CInterfaceManager::getInstance();
pIM->displaySystemInfo("use item: " + getParam(sParams, "slot") + " " + sParams);
sint64 slot; sint64 slot;
if (!CInterfaceExpr::evalAsInt(getParam(sParams, "slot"), slot)) if (!CInterfaceExpr::evalAsInt(getParam(sParams, "slot"), slot))
{ {

Loading…
Cancel
Save