From 46074f67394f313331d13a5def4eb81ca92df576 Mon Sep 17 00:00:00 2001 From: Lloyd Bryant Date: Mon, 18 Aug 2008 00:04:30 +0000 Subject: Fixed bugs with new arrow types --- src/localplayer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 571cc21b..7b0c2b8b 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -142,9 +142,6 @@ void LocalPlayer::unequipItem(Item *item) MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_PLAYER_UNEQUIP); outMsg.writeInt16(item->getInvIndex()); - - // Tidy equipment directly to avoid weapon still shown bug, for instance - mEquipment->removeEquipment(item); } void LocalPlayer::useItem(Item *item) -- cgit v1.2.3-70-g09d2