Skip to content

Commit 4485fd2

Browse files
committed
Updated Upstream (BungeeCord)
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: dacc927f Minecraft 26.1 support e3963f37 #3964: Bump org.jline:jline from 4.0.7 to 4.0.9
1 parent ff1b80a commit 4485fd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BungeeCord-Patches/0007-Fixup-ProtocolConstants.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
From f509d7ff2c8eb5ae14763074719276c7193a1797 Mon Sep 17 00:00:00 2001
1+
From 14ced1ac5a4b404495ace77f92444bc0e5b7e483 Mon Sep 17 00:00:00 2001
22
From: Troy Frew <fuzzy_bot@arenaga.me>
33
Date: Tue, 15 Nov 2016 09:07:51 -0500
44
Subject: [PATCH] Fixup ProtocolConstants
55

66

77
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
8-
index 220345fc..e922b912 100644
8+
index fd0cfd3a..80da91a8 100644
99
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
1010
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
11-
@@ -136,6 +136,16 @@ public class ProtocolConstants
11+
@@ -138,6 +138,16 @@ public class ProtocolConstants
1212
SUPPORTED_VERSION_IDS = supportedVersionIds.build();
1313
}
1414

0 commit comments

Comments
 (0)