diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-01-19 20:42:25 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-01-19 20:42:25 +0100 |
commit | e4c3d799ffddb93c658062f9663ec027fc2f1d5a (patch) | |
tree | 5f2bca71f363d928dca2aa6d3bf92347476504f9 /src/ClientHandle.h | |
parent | Changed SendBlockEntity format slightly (diff) | |
download | cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.tar cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.tar.gz cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.tar.bz2 cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.tar.lz cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.tar.xz cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.tar.zst cuberite-e4c3d799ffddb93c658062f9663ec027fc2f1d5a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index daa185ca0..4add022a6 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -136,7 +136,7 @@ public: void SendThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ); void SendTimeUpdate (Int64 a_WorldAge, Int64 a_TimeOfDay); void SendUnloadChunk (int a_ChunkX, int a_ChunkZ); - void SendUpdateBlockEntity (int a_BlockX, int a_BlockY, int a_BlockZ, Byte a_Action, cBlockEntity & a_BlockEntity); + void SendUpdateBlockEntity (cBlockEntity & a_BlockEntity); void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4); void SendUseBed (const cEntity & a_Entity, int a_BlockX, int a_BlockY, int a_BlockZ ); void SendWeather (eWeather a_Weather); |