refractor(appearance manager): clarify issue

This commit is contained in:
ineanto 2023-05-22 20:42:18 +02:00
parent ec3ca218a5
commit 04fbcd99ba

View file

@ -175,7 +175,8 @@ public class AppearanceManager {
gameProfile, gameProfile,
WrappedChatComponent.fromText(displayName) WrappedChatComponent.fromText(displayName)
// Yes, I skip providing chat session data. // Yes, I skip providing chat session data.
// Yes, this will cause players to get kicked as soon as they send a message. // Yes, this will cause players to get kicked
// as soon as they send a message on versions above 1.19.2.
// No, I'll not waste another day fixing their mess. Go cry about it to Mojang. // No, I'll not waste another day fixing their mess. Go cry about it to Mojang.
// (Long live NoEncryption!) // (Long live NoEncryption!)
))); )));