aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0457-Buffer-joins-to-world.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0457-Buffer-joins-to-world.patch')
-rw-r--r--patches/server/0457-Buffer-joins-to-world.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0457-Buffer-joins-to-world.patch b/patches/server/0457-Buffer-joins-to-world.patch
index 8c45d682cf..c7c84cfc24 100644
--- a/patches/server/0457-Buffer-joins-to-world.patch
+++ b/patches/server/0457-Buffer-joins-to-world.patch
@@ -8,10 +8,10 @@ the world per tick, this attempts to reduce the impact that join floods
has on the server
diff --git a/src/main/java/net/minecraft/network/Connection.java b/src/main/java/net/minecraft/network/Connection.java
-index 1b6d090afea5b0a49b601b73cefeedc0b832ba9d..ee8d1bb909cf2a3bbe3434aa085762d952198063 100644
+index dc3dea801a673462e767ad37268ec77ac95d214c..959d39e81cdde6fda90fcc95f842146448b4c6e4 100644
--- a/src/main/java/net/minecraft/network/Connection.java
+++ b/src/main/java/net/minecraft/network/Connection.java
-@@ -443,14 +443,29 @@ public class Connection extends SimpleChannelInboundHandler<Packet<?>> {
+@@ -449,14 +449,29 @@ public class Connection extends SimpleChannelInboundHandler<Packet<?>> {
}
// Paper end