diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index a8939f299..a2a12573a 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -205,7 +205,7 @@ private: 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
+ /// Handles rclk with a dye; returns true if the dye is to be be consumed
bool HandleDyes(cPacket_BlockPlace * a_Packet);
/// Returns true if the rate block interactions is within a reasonable limit (bot protection)
|