diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-31 23:59:57 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-31 23:59:57 +0200 |
commit | 7824ce9d6352664bd291e57a3084e5c51af5d4a6 (patch) | |
tree | 8ba7b1476ec2c807b9ed2f0d7cb224f219dbd57b /source/Protocol125.h | |
parent | Fix for the nightbuild script packing the wrong PDBs (diff) | |
download | cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.tar cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.tar.gz cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.tar.bz2 cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.tar.lz cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.tar.xz cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.tar.zst cuberite-7824ce9d6352664bd291e57a3084e5c51af5d4a6.zip |
Diffstat (limited to 'source/Protocol125.h')
-rw-r--r-- | source/Protocol125.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Protocol125.h b/source/Protocol125.h index 3e0535163..2d6696c85 100644 --- a/source/Protocol125.h +++ b/source/Protocol125.h @@ -27,7 +27,7 @@ public: virtual void DataReceived(const char * a_Data, int a_Size) override;
/// Sending stuff to clients:
- virtual void SendBlockAction (int a_BlockX, int a_BlockY, int a_BlockZ, char a_Byte1, char a_Byte2) override;
+ virtual void SendBlockAction (int a_BlockX, int a_BlockY, int a_BlockZ, char a_Byte1, char a_Byte2, BLOCKTYPE a_BlockType) override;
virtual void SendBlockChange (int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta) override;
virtual void SendBlockChanges (int a_ChunkX, int a_ChunkZ, const sSetBlockVector & a_Changes) override;
virtual void SendChat (const AString & a_Message) override;
|