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:
@@ -940,15 +940,6 @@ void cProtocol125::SendWeather(eWeather a_Weather)
|
||||
|
||||
|
||||
|
||||
void cProtocol125::SendWholeInventory(const cInventory & a_Inventory)
|
||||
{
|
||||
SendWholeInventory(*(a_Inventory.GetOwner().GetWindow()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cProtocol125::SendWholeInventory(const cWindow & a_Window)
|
||||
{
|
||||
cCSLock Lock(m_CSPacket);
|
||||
|
||||
Reference in New Issue
Block a user