Removed the obsolete SendWholeInventory(cInventory &) function.
This won't compile because there's still a change in Protocol17x.cpp pending; the next commit will fix this.
This commit is contained in:
@@ -393,15 +393,6 @@ void cInventory::CopyToItems(cItems & a_Items)
|
||||
|
||||
|
||||
|
||||
void cInventory::SendWholeInventory(cClientHandle & a_Client)
|
||||
{
|
||||
a_Client.SendWholeInventory(*this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cInventory::SendSlot(int a_SlotNum)
|
||||
{
|
||||
cItem Item(GetSlot(a_SlotNum));
|
||||
|
||||
Reference in New Issue
Block a user