mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Fix held item not always being changed to the new held item (#45)
Co-authored-by: Marioiscool246 <marioiscool101@gmail.com>
This commit is contained in:
@@ -279,7 +279,6 @@ void ServerSideNetworkHandler::handle(const RakNet::RakNetGUID& guid, PlayerEqui
|
||||
}
|
||||
|
||||
pPlayer->m_pInventory->selectItemById(packet->m_itemID);
|
||||
pPlayer->m_pInventory->selectSlot(0);
|
||||
|
||||
redistributePacket(packet, guid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user