summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-09-08 17:08:28 +0200
committerHowaner <franzi.moos@googlemail.com>2014-09-08 17:08:28 +0200
commitfa2b69b3f36cdfa755f9c466abe49ece70303062 (patch)
tree3a6e0e8aac863195bff2909b137381c9751526bc /src/Protocol/Protocol17x.h
parentFixed more 1.8 packets. (diff)
downloadcuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.tar
cuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.tar.gz
cuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.tar.bz2
cuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.tar.lz
cuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.tar.xz
cuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.tar.zst
cuberite-fa2b69b3f36cdfa755f9c466abe49ece70303062.zip
Diffstat (limited to '')
-rw-r--r--src/Protocol/Protocol17x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h
index 1e716a761..f056f262a 100644
--- a/src/Protocol/Protocol17x.h
+++ b/src/Protocol/Protocol17x.h
@@ -289,7 +289,7 @@ protected:
virtual void HandlePacketPluginMessage (cByteBuffer & a_ByteBuffer);
void HandlePacketSlotSelect (cByteBuffer & a_ByteBuffer);
virtual void HandlePacketSteerVehicle (cByteBuffer & a_ByteBuffer);
- void HandlePacketTabComplete (cByteBuffer & a_ByteBuffer);
+ virtual void HandlePacketTabComplete (cByteBuffer & a_ByteBuffer);
void HandlePacketUpdateSign (cByteBuffer & a_ByteBuffer);
virtual void HandlePacketUseEntity (cByteBuffer & a_ByteBuffer);
void HandlePacketEnchantItem (cByteBuffer & a_ByteBuffer);