mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
Fix up some configuration shit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From ea237e1a45fc4600581094d305a1f16d1225dec4 Mon Sep 17 00:00:00 2001
|
||||
From f50800441f64ae7490c65e66f3ae7ac1e86e32eb Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Fri, 11 Oct 2019 00:17:39 -0500
|
||||
Subject: [PATCH] Alternative Keepalive Handling
|
||||
@@ -74,10 +74,10 @@ index d897c7fd41..1f88262065 100644
|
||||
if (this.awaitingKeepAlive && packetplayinkeepalive.b() == this.h) {
|
||||
int i = (int) (SystemUtils.getMonotonicMillis() - this.lastKeepAlive);
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index a1a540e5ff..03185a7480 100644
|
||||
index 7be2e01814..3cd53cc3aa 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -157,6 +157,11 @@ public class PurpurConfig {
|
||||
@@ -159,6 +159,11 @@ public class PurpurConfig {
|
||||
packetRateLimitKickMessage = getString("settings.packet-limiter.kick-message", packetRateLimitKickMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user