diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 16:18:03 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 16:18:03 +0200 |
commit | dff77e8e5690b7834652884aadf6c3d5e1ceafd9 (patch) | |
tree | 36e6ae622b45712b521683666c13661544c28733 /source/Chunk.h | |
parent | ProtoProxy: Added PACKET_SPAWN_NAMED_ENTITY and PACKET_PLAYER_ANIMATION parsing (diff) | |
download | cuberite-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.h | 2 |
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); |