diff --git a/nms-patches/PlayerConnection.patch b/nms-patches/PlayerConnection.patch index 402d00e6b1..bf80617dde 100644 --- a/nms-patches/PlayerConnection.patch +++ b/nms-patches/PlayerConnection.patch @@ -102,7 +102,7 @@ long i = this.d(); - if (i - this.f >= 15000L) { -+ if (i - this.f >= 30000L) { // CraftBukkit ++ if (i - this.f >= 25000L) { // CraftBukkit if (this.g) { this.disconnect(new ChatMessage("disconnect.timeout", new Object[0])); } else {