aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0790-Configurable-chat-thread-limit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0790-Configurable-chat-thread-limit.patch')
-rw-r--r--patches/server/0790-Configurable-chat-thread-limit.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0790-Configurable-chat-thread-limit.patch b/patches/server/0790-Configurable-chat-thread-limit.patch
index 5e312d3a14..8f0a8571fd 100644
--- a/patches/server/0790-Configurable-chat-thread-limit.patch
+++ b/patches/server/0790-Configurable-chat-thread-limit.patch
@@ -22,10 +22,10 @@ is actually processed, this is honestly really just exposed for the misnomers or
who just wanna ensure that this won't grow over a specific size if chat gets stupidly active
diff --git a/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
-index 276961a11fc2bd747d2dacdc581cecec498d7593..a6f58b3457b7477015c5c6d969e7d83017dd3fa1 100644
+index 73a34b4e378e6012a01c8ac8b092248298be6648..0f4d5e44d3f4fb2498b555bdafe5263810ed0c77 100644
--- a/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
+++ b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
-@@ -307,7 +307,18 @@ public class GlobalConfiguration extends ConfigurationPart {
+@@ -283,7 +283,18 @@ public class GlobalConfiguration extends ConfigurationPart {
@PostProcess
private void postProcess() {