diff options
author | Mattes D <github@xoft.cz> | 2021-07-20 20:48:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 20:48:05 +0200 |
commit | 179d6da490636799fd765298c9e3d884d9d980a1 (patch) | |
tree | 73f8bce9a3d8f42aa5364c25abadc566f27892e5 /src/ClientHandle.h | |
parent | Update README.md (#5262) (diff) | |
download | cuberite-179d6da490636799fd765298c9e3d884d9d980a1.tar cuberite-179d6da490636799fd765298c9e3d884d9d980a1.tar.gz cuberite-179d6da490636799fd765298c9e3d884d9d980a1.tar.bz2 cuberite-179d6da490636799fd765298c9e3d884d9d980a1.tar.lz cuberite-179d6da490636799fd765298c9e3d884d9d980a1.tar.xz cuberite-179d6da490636799fd765298c9e3d884d9d980a1.tar.zst cuberite-179d6da490636799fd765298c9e3d884d9d980a1.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index c33bd7fe0..1a48e0458 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -310,11 +310,11 @@ public: // tolua_export /** Called when the protocol detects a chat packet. */ void HandleChat(const AString & a_Message); - /** Called when the protocol receives a MC|AdvCdm plugin message, indicating that the player set a new + /** Called when the protocol receives a message, indicating that the player set a new command in the command block UI, for a block-based commandblock. */ void HandleCommandBlockBlockChange(int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_NewCommand); - /** Called when the protocol receives a MC|AdvCdm plugin message, indicating that the player set a new + /** Called when the protocol receives a message, indicating that the player set a new command in the command block UI, for an entity-based commandblock (minecart?). */ void HandleCommandBlockEntityChange(UInt32 a_EntityID, const AString & a_NewCommand); |