summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_9.h
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-06-05 15:49:36 +0200
committerLukas Pioch <lukas@zgow.de>2017-06-09 12:16:44 +0200
commit4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41 (patch)
tree5609066f2b590bee292b3c019ce72803101e76f7 /src/Protocol/Protocol_1_9.h
parentFixed handling Lua errors in nested callbacks (#3755) (diff)
downloadcuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.tar
cuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.tar.gz
cuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.tar.bz2
cuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.tar.lz
cuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.tar.xz
cuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.tar.zst
cuberite-4e0ae63ec2ce5d4e1c1d434fcd9704b7131e6b41.zip
Diffstat (limited to 'src/Protocol/Protocol_1_9.h')
-rw-r--r--src/Protocol/Protocol_1_9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_9.h b/src/Protocol/Protocol_1_9.h
index 99fc87b69..d6533c5da 100644
--- a/src/Protocol/Protocol_1_9.h
+++ b/src/Protocol/Protocol_1_9.h
@@ -269,7 +269,7 @@ protected:
void WriteEntityProperties(cPacketizer & a_Pkt, const cEntity & a_Entity);
/** Writes the block entity data for the specified block entity into the packet. */
- void WriteBlockEntity(cPacketizer & a_Pkt, const cBlockEntity & a_BlockEntity);
+ virtual void WriteBlockEntity(cPacketizer & a_Pkt, const cBlockEntity & a_BlockEntity);
/** Types used within metadata */
enum eMetadataType