aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0745-Configurable-chat-thread-limit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0745-Configurable-chat-thread-limit.patch')
-rw-r--r--patches/server/0745-Configurable-chat-thread-limit.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0745-Configurable-chat-thread-limit.patch b/patches/server/0745-Configurable-chat-thread-limit.patch
index 0575f5cb26..181e263646 100644
--- a/patches/server/0745-Configurable-chat-thread-limit.patch
+++ b/patches/server/0745-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 9bf81a47b03769a46c995019c3d8016cd161c15d..0ab240d1b1d872dffb78f424b388b2b802326832 100644
+index e8694dbb348e23efbe00df9b333b9dc012367aa2..5a101cb6dc7f266ddc20688121ebe2403e9145f1 100644
--- a/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
+++ b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
-@@ -295,7 +295,18 @@ public class GlobalConfiguration extends ConfigurationPart {
+@@ -294,7 +294,18 @@ public class GlobalConfiguration extends ConfigurationPart {
@PostProcess
private void postProcess() {