refactor(packet): note
This commit is contained in:
parent
c57400707e
commit
1d366855a2
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ public class AppearanceManager {
|
||||||
// No, I'll not waste another day fixing their mess.
|
// No, I'll not waste another day fixing their mess.
|
||||||
// Go cry about it to Mojang.
|
// Go cry about it to Mojang.
|
||||||
// (Long live NoEncryption!)
|
// (Long live NoEncryption!)
|
||||||
|
// TODO (Ineanto, 9/1/23):
|
||||||
|
// Try to provide chat session data after ProtocolLib's update to support Chat Sessions.
|
||||||
|
// This could remove the mandatory NoEncryption (or similar "encryption removing") dependency with Nicko.
|
||||||
add.setData(ImmutableList.of(new PlayerInfoData(
|
add.setData(ImmutableList.of(new PlayerInfoData(
|
||||||
player.getUniqueId(),
|
player.getUniqueId(),
|
||||||
player.getPing(),
|
player.getPing(),
|
||||||
|
|
Loading…
Reference in a new issue