diff options
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, |
