diff options
| author | mat <github@matdoes.dev> | 2023-01-21 22:25:22 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-01-21 22:25:22 -0600 |
| commit | c652bbc6091212811133466914e7ef39e61a7b21 (patch) | |
| tree | c2eef8d242e07054af9ae9df6f8af7a6a3e630f2 /azalea-client/src | |
| parent | 9ee5e71bb13e596248fde000d8717c86276b0ce1 (diff) | |
| download | azalea-drasl-c652bbc6091212811133466914e7ef39e61a7b21.tar.xz | |
clippy
Diffstat (limited to 'azalea-client/src')
| -rwxr-xr-x | azalea-client/src/chat.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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<Uuid> { match self { ChatPacket::System(_) => None, |
