From 179d6da490636799fd765298c9e3d884d9d980a1 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 20 Jul 2021 20:48:05 +0200 Subject: Setting command-block's command requires a permission. (#5270) --- src/ClientHandle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ClientHandle.h') 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); -- cgit v1.2.3