summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cClientHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h
index 96b3ae08a..a8939f299 100644
--- a/source/cClientHandle.h
+++ b/source/cClientHandle.h
@@ -204,6 +204,9 @@ private:
void HandleRespawn (void);
void HandleDisconnect (cPacket_Disconnect * a_Packet);
void HandleKeepAlive (cPacket_KeepAlive * a_Packet);
+
+ /// Handles rclk with a dye; returns true if normal rclk processing should continue
+ bool HandleDyes(cPacket_BlockPlace * a_Packet);
/// Returns true if the rate block interactions is within a reasonable limit (bot protection)
bool CheckBlockInteractionsRate(void);