-
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing BungeeCord Changes: 8a88ce46 Minecraft 1.21 support 006a14a7 #3689, #3690: Don't immediately close HAProxy health check 07df657f Minecraft 1.21-rc1 support b8b373a5 Minecraft 1.21-pre4 support e7e0b97c Minecraft 1.21-pre2 support Co-authored-by: FlorianMichael <florian.michael07@gmail.com>
- Loading branch information
1 parent
6db0f23
commit f321a45
Showing
5 changed files
with
78 additions
and
119 deletions.
There are no files selected for viewing
Submodule BungeeCord
updated
23 files
+2 −2 | api/pom.xml | |
+2 −2 | bootstrap/pom.xml | |
+2 −2 | chat/pom.xml | |
+2 −2 | config/pom.xml | |
+2 −2 | event/pom.xml | |
+2 −2 | log/pom.xml | |
+2 −2 | module/cmd-alert/pom.xml | |
+2 −2 | module/cmd-find/pom.xml | |
+2 −2 | module/cmd-kick/pom.xml | |
+2 −2 | module/cmd-list/pom.xml | |
+2 −2 | module/cmd-send/pom.xml | |
+2 −2 | module/cmd-server/pom.xml | |
+2 −2 | module/pom.xml | |
+2 −2 | module/reconnect-yaml/pom.xml | |
+2 −2 | native/pom.xml | |
+1 −1 | pom.xml | |
+2 −2 | protocol/pom.xml | |
+7 −5 | protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java | |
+11 −1 | protocol/src/main/java/net/md_5/bungee/protocol/packet/ServerLinks.java | |
+3 −3 | proxy/pom.xml | |
+3 −2 | proxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java | |
+2 −2 | query/pom.xml | |
+2 −2 | slf4j/pom.xml |
Oops, something went wrong.
f321a45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
problem caused after this update.. YES YES i know Waterfall reached end of life...
f321a45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think anything in the update would have caused that, looks like you have something wrong with your environment which unexpectedly caused us not to be passed in a native-backed bytebuf. likely plugins or other environment oddity.