summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol.h
diff options
context:
space:
mode:
authortycho <work.tycho@gmail.com>2015-10-04 00:23:28 +0200
committertycho <work.tycho@gmail.com>2015-12-18 19:14:34 +0100
commit84bf48afaecf941005c89c3e0465bc6308634664 (patch)
tree8c485eb17e8e34e3ffe551ba3e891498b962455e /src/Protocol/Protocol.h
parentBroken (diff)
downloadcuberite-84bf48afaecf941005c89c3e0465bc6308634664.tar
cuberite-84bf48afaecf941005c89c3e0465bc6308634664.tar.gz
cuberite-84bf48afaecf941005c89c3e0465bc6308634664.tar.bz2
cuberite-84bf48afaecf941005c89c3e0465bc6308634664.tar.lz
cuberite-84bf48afaecf941005c89c3e0465bc6308634664.tar.xz
cuberite-84bf48afaecf941005c89c3e0465bc6308634664.tar.zst
cuberite-84bf48afaecf941005c89c3e0465bc6308634664.zip
Diffstat (limited to 'src/Protocol/Protocol.h')
-rw-r--r--src/Protocol/Protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h
index e3b64211f..303278fcc 100644
--- a/src/Protocol/Protocol.h
+++ b/src/Protocol/Protocol.h
@@ -208,7 +208,7 @@ protected:
/** Sends a single packet contained within the cPacketizer class.
The cPacketizer's destructor calls this to send the contained packet; protocol may transform the data (compression in 1.8 etc). */
- virtual void SendPacket(cPacketizer & a_Packet) = 0;
+ //virtual void SendPacket(cPacketizer & a_Packet) = 0;
/** The logfile where the comm is logged, when g_ShouldLogComm is true */
cFile m_CommLogFile;