-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression bug in commit af33a2ab41199f7c564a5ca9f919e91822532cf4 #2601
Comments
#2593 seems to be the same problem |
Right, #2593 it's exactly the same issue. TCPShield registration: https://github.com/TCPShield/RealIP/blob/bb7511d37f915ea1b8416ac24dd8564b9d3d0e20/src/main/java/net/tcpshield/tcpshield/bukkit/protocollib/handler/ProtocolLibHandshakeHandler.java#L18 AdvancedNMotd registration: https://github.com/NamerPRO/AdvancedNMotd/blob/b764e435696ca9b5fc0a0ef1a77e417261e9dee2/src/ru/namerpro/AdvancedNMotd/Bukkit/Main.java#L61 |
The problem is UPD: There are high amount of issues coming in right now due to:
In addition, most issues lack the necessary technical information. Therefore, I would recommend to fix this issue ASAP and public it on SpigotMC. Below is a long list of issues that can be related with described situation |
…nd in the registry (fixes dmulloy2#2601) This reverts commit 564349c.
Describe the bug
When registering an event that listens for the handshake packet (SET_PROTOCOL), an "Incompatible version!" will appear in motd. This bug was introduced in build #670 (most likely by commit af33a2a). Build #669 does not have the same problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Have the same behavior as build #669.
Screenshots
#669
#670
Version Info
Provide your ProtocolLib install info with
/protocol dump
through pastebin.Additional context
No additional context.
The text was updated successfully, but these errors were encountered: