summaryrefslogtreecommitdiffstats
path: root/source/Chunk.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-04 16:18:03 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-04 16:18:03 +0200
commitdff77e8e5690b7834652884aadf6c3d5e1ceafd9 (patch)
tree36e6ae622b45712b521683666c13661544c28733 /source/Chunk.h
parentProtoProxy: Added PACKET_SPAWN_NAMED_ENTITY and PACKET_PLAYER_ANIMATION parsing (diff)
downloadcuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.tar
cuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.tar.gz
cuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.tar.bz2
cuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.tar.lz
cuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.tar.xz
cuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.tar.zst
cuberite-dff77e8e5690b7834652884aadf6c3d5e1ceafd9.zip
Diffstat (limited to '')
-rw-r--r--source/Chunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Chunk.h b/source/Chunk.h
index a1a6bc1d7..a96d96ef3 100644
--- a/source/Chunk.h
+++ b/source/Chunk.h
@@ -241,7 +241,7 @@ public:
void BroadcastBlockAction (int a_BlockX, int a_BlockY, int a_BlockZ, char a_Byte1, char a_Byte2, BLOCKTYPE a_BlockType, const cClientHandle * a_Exclude = NULL);
void BroadcastDestroyEntity (const cEntity & a_Entity, const cClientHandle * a_Exclude = NULL);
void BroadcastEntityStatus (const cEntity & a_Entity, char a_Status, const cClientHandle * a_Exclude = NULL);
- void BroadcastMetadata (const cPawn & a_Pawn, const cClientHandle * a_Exclude = NULL);
+ void BroadcastMetadata (const cEntity & a_Entity, const cClientHandle * a_Exclude = NULL);
void BroadcastSpawn (cEntity & a_Entity, const cClientHandle * a_Exclude = NULL);
void BroadcastBlockEntity (int a_BlockX, int a_BlockY, int a_BlockZ, const cClientHandle * a_Exclude = NULL);
void BroadcastCollectPickup (const cPickup & a_Pickup, const cPlayer & a_Player, const cClientHandle * a_Exclude = NULL);