You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,24 +53,25 @@ index f1d2c9274f4968adab689a08c86bea7a16b76b39..189e05daf63060c8f0c1ca56bc23a0c4
37
53
if (d10 - d9 > Math.max(100.0D, Math.pow((double) (org.spigotmc.SpigotConfig.movedTooQuicklyMultiplier * (float) i * speed), 2)) && !this.isSingleplayerOwner()) {
38
54
// CraftBukkit end
39
55
ServerGamePacketListenerImpl.LOGGER.warn("{} (vehicle of {}) moved too quickly! {},{},{}", new Object[]{entity.getName().getString(), this.player.getName().getString(), d6, d7, d8});
40
-
@@ -1166,9 +1173,9 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
41
-
float prevYaw = this.player.getYRot();
42
-
float prevPitch = this.player.getXRot();
43
-
// CraftBukkit end
44
-
- double d3 = this.player.getX();
45
-
+ double d3 = this.player.getX(); final double toX = d3; // Paper - OBFHELPER
46
-
double d4 = this.player.getY();
47
-
- double d5 = this.player.getZ();
48
-
+ double d5 = this.player.getZ(); final double toZ = d5; // Paper - OBFHELPER
49
-
double d6 = this.player.getY();
50
-
double d7 = d0 - this.firstGoodX;
51
-
double d8 = d1 - this.firstGoodY;
52
-
@@ -1206,6 +1213,12 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
56
+
@@ -1148,9 +1158,9 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
@@ -254,6 +254,7 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
@@ -33,7 +33,7 @@ index 43bd11679d881b1039db4ed57e70d1ae4d49a107..d1c5e6672068b83a22602fecd891d62c
33
33
private static final long KEEPALIVE_LIMIT = Long.getLong("paper.playerconnection.keepalive", 30) * 1000; // Paper - provide property to set keepalive limit
34
34
35
35
public ServerGamePacketListenerImpl(MinecraftServer server, Connection connection, ServerPlayer player) {
36
-
@@ -2889,6 +2890,15 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
36
+
@@ -2892,6 +2893,15 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
0 commit comments