aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch
diff options
context:
space:
mode:
authorZach Brown <[email protected]>2016-10-23 01:32:04 -0500
committerZach Brown <[email protected]>2016-10-23 01:32:04 -0500
commit88e1379b380cbd03bef18b0cd191df2daffff299 (patch)
treec7adef4472d7b35d44af1cb6f9496648e018786d /Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch
parent557c26bec44d8eb2ae3fe8b2a19dc1e6366e5afa (diff)
downloadPaper-88e1379b380cbd03bef18b0cd191df2daffff299.tar.gz
Paper-88e1379b380cbd03bef18b0cd191df2daffff299.zip
Update upstream CB
Diffstat (limited to 'Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch')
-rw-r--r--Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch b/Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch
index 7d72355f25..54ca5a0479 100644
--- a/Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch
+++ b/Spigot-Server-Patches/0168-Configurable-flying-kick-messages.patch
@@ -1,4 +1,4 @@
-From 027de108d3cc8bad73b9076d300b9c8ad4ee4aa6 Mon Sep 17 00:00:00 2001
+From 310d95004ccabc847e481ad33d4c9cb8135464ca Mon Sep 17 00:00:00 2001
From: kashike <[email protected]>
Date: Tue, 20 Sep 2016 00:58:01 +0000
Subject: [PATCH] Configurable flying kick messages
@@ -21,10 +21,10 @@ index 211b88a..3161dad 100644
+ }
}
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
-index 00b645e..59f7020 100644
+index d82eec9..ef3a096 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
-@@ -145,7 +145,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
+@@ -143,7 +143,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
if (this.B) {
if (++this.C > 80) {
PlayerConnection.LOGGER.warn("{} was kicked for floating too long!", new Object[] { this.player.getName()});
@@ -33,7 +33,7 @@ index 00b645e..59f7020 100644
return;
}
} else {
-@@ -164,7 +164,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
+@@ -162,7 +162,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
if (this.D && this.player.getVehicle().bw() == this.player) {
if (++this.E > 80) {
PlayerConnection.LOGGER.warn("{} was kicked for floating a vehicle too long!", new Object[] { this.player.getName()});