Skip to content

Commit 150a002

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: d0556ea3 Minecraft 26.2 support
1 parent 65020c6 commit 150a002

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 8bc4b54cf595b1fb949d131d3de83eff99853362 Mon Sep 17 00:00:00 2001
1+
From d546d414ef81c8ac14ba68cdfce9d02b6e0ecbb9 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 78dda06d..aa91234a 100644
8+
index e7295294..31d04a0e 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-
@@ -139,6 +139,16 @@ public class ProtocolConstants
11+
@@ -140,6 +140,16 @@ public class ProtocolConstants
1212
SUPPORTED_VERSION_IDS = supportedVersionIds.build();
1313
}
1414

0 commit comments

Comments
 (0)