Skip to content
Success

Changes

Summary

  1. #3157: Read only 20 chars for clients below 1.13 in PluginMessages (commit: 96482cc) (details)
  2. #3158: Remove redundant protocol version check in the TabCompleteResponse packet (commit: 2e0e88d) (details)
Commit 96482cc0cf124328c3bca86277de69ad1ffef6a6 by github
#3157: Read only 20 chars for clients below 1.13 in PluginMessages

20 chars is the vanilla limit for all clients below 1.13. We should use this value.
(commit: 96482cc)
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/packet/PluginMessage.java (diff)
Commit 2e0e88db0d790741cc05fe177bcd98d9bf5d579e by github
#3158: Remove redundant protocol version check in the TabCompleteResponse packet

No need for the second if in the read and write method use a else instead
(commit: 2e0e88d)
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/packet/TabCompleteResponse.java (diff)