|
| 1 | +From cfce089822412b142ae1e578111e650d85e64bf7 Mon Sep 17 00:00:00 2001 |
| 2 | +From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> |
| 3 | +Date: Wed, 18 Jun 2025 18:45:34 +0000 |
| 4 | +Subject: [PATCH] Import directory diff for patch generation |
| 5 | + |
| 6 | +--- |
| 7 | + net/minecraft/network/chat/Component.java | 2 +- |
| 8 | + net/minecraft/server/network/ServerConnectionListener.java | 2 +- |
| 9 | + 2 files changed, 2 insertions(+), 2 deletions(-) |
| 10 | + |
| 11 | +diff --git a/net/minecraft/network/chat/Component.java b/net/minecraft/network/chat/Component.java |
| 12 | +index c6e4f72..4cebf32 100644 |
| 13 | +--- a/net/minecraft/network/chat/Component.java |
| 14 | ++++ b/net/minecraft/network/chat/Component.java |
| 15 | +@@ -39,7 +39,7 @@ import net.minecraft.world.level.ChunkPos; |
| 16 | + |
| 17 | + public interface Component extends Message, FormattedText, Iterable<Component> { // CraftBukkit |
| 18 | + |
| 19 | +- // CraftBukkit start |
| 20 | ++ // CraftBukkit start - SUPER complicated change |
| 21 | + default java.util.stream.Stream<Component> stream() { |
| 22 | + return com.google.common.collect.Streams.concat(java.util.stream.Stream.of(this), this.getSiblings().stream().flatMap(Component::stream)); |
| 23 | + } |
| 24 | +diff --git a/net/minecraft/server/network/ServerConnectionListener.java b/net/minecraft/server/network/ServerConnectionListener.java |
| 25 | +index bd07e6a..cd7a5e4 100644 |
| 26 | +--- a/net/minecraft/server/network/ServerConnectionListener.java |
| 27 | ++++ b/net/minecraft/server/network/ServerConnectionListener.java |
| 28 | +@@ -108,7 +108,7 @@ public class ServerConnectionListener { |
| 29 | + LOGGER.warn("Using HAProxy, please ensure the server port is adequately firewalled."); |
| 30 | + } |
| 31 | + // Paper end - Warn people with console access that HAProxy is in use. |
| 32 | +- // Paper start - Use Velocity cipher |
| 33 | ++ // Paper start - Use Velocity cipher huge diff |
| 34 | + ServerConnectionListener.LOGGER.info("Paper: Using " + com.velocitypowered.natives.util.Natives.compress.getLoadedVariant() + " compression from Velocity."); |
| 35 | + ServerConnectionListener.LOGGER.info("Paper: Using " + com.velocitypowered.natives.util.Natives.cipher.getLoadedVariant() + " cipher from Velocity."); |
| 36 | + // Paper end - Use Velocity cipher |
| 37 | +-- |
| 38 | +2.49.0 |
| 39 | + |
0 commit comments