summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol125.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-05 18:36:58 +0100
committermadmaxoft <github@xoft.cz>2013-11-05 18:37:57 +0100
commit88472b7ce68822c4487142d43308bd2fe9874e54 (patch)
tree94faa3c9d45497b174b6d5f412df9c284a856651 /source/Protocol/Protocol125.cpp
parentMerge pull request #307 from mc-server/MobImprovements (diff)
downloadcuberite-88472b7ce68822c4487142d43308bd2fe9874e54.tar
cuberite-88472b7ce68822c4487142d43308bd2fe9874e54.tar.gz
cuberite-88472b7ce68822c4487142d43308bd2fe9874e54.tar.bz2
cuberite-88472b7ce68822c4487142d43308bd2fe9874e54.tar.lz
cuberite-88472b7ce68822c4487142d43308bd2fe9874e54.tar.xz
cuberite-88472b7ce68822c4487142d43308bd2fe9874e54.tar.zst
cuberite-88472b7ce68822c4487142d43308bd2fe9874e54.zip
Diffstat (limited to '')
-rw-r--r--source/Protocol/Protocol125.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/Protocol/Protocol125.cpp b/source/Protocol/Protocol125.cpp
index ef40f265a..4cb1197da 100644
--- a/source/Protocol/Protocol125.cpp
+++ b/source/Protocol/Protocol125.cpp
@@ -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);