From c652bbc6091212811133466914e7ef39e61a7b21 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Jan 2023 22:25:22 -0600 Subject: clippy --- azalea-client/src/chat.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-client/src') diff --git a/azalea-client/src/chat.rs b/azalea-client/src/chat.rs index de71f586..91dcf63e 100755 --- a/azalea-client/src/chat.rs +++ b/azalea-client/src/chat.rs @@ -74,7 +74,8 @@ impl ChatPacket { } /// Get the UUID of the sender of the message. If it's not a - /// player-sent chat message, this will be None. + /// player-sent chat message, this will be None (this is sometimes the case + /// when a server uses a plugin to modify chat messages). pub fn uuid(&self) -> Option { match self { ChatPacket::System(_) => None, -- cgit v1.2.3