Skip to content

Commit

Permalink
Updated Upstream (BungeeCord)
Browse files Browse the repository at this point in the history
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:
a7dbbc2f #3544: Remove redundant super call in handle(FinishConfiguration)
68b2df2b #3514: Add separator property to SelectorComponent
  • Loading branch information
electronicboy committed Oct 5, 2023
1 parent ce48007 commit adf2ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 09ffc62269020ad3f6155d99bed12aefdcdad7f6 Mon Sep 17 00:00:00 2001
From e8ea9698ec9af3d3ccc6be444b8a604aae29041a Mon Sep 17 00:00:00 2001
From: Janmm14 <[email protected]>
Date: Sat, 12 Dec 2015 23:43:30 +0100
Subject: [PATCH] Improve server list ping logging
Expand Down Expand Up @@ -57,10 +57,10 @@ index 14a34f99..7e2d0c63 100644

@Override
diff --git a/proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java b/proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java
index 771ebb3e..1e27872c 100644
index 4a561406..14fac032 100644
--- a/proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java
+++ b/proxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java
@@ -385,6 +385,6 @@ public class UpstreamBridge extends PacketHandler
@@ -383,6 +383,6 @@ public class UpstreamBridge extends PacketHandler
@Override
public String toString()
{
Expand Down

0 comments on commit adf2ad0

Please sign in to comment.