From 9a4caaec10435d2f404b7f17f7de9b959db64bba Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sat, 4 Dec 2021 08:10:14 +1100 Subject: [PATCH] SPIGOT-6832: Improve Player#getPing docs By: md_5 --- paper-api/src/main/java/org/bukkit/entity/Player.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/entity/Player.java b/paper-api/src/main/java/org/bukkit/entity/Player.java index 13ac8b1096..384591108c 100644 --- a/paper-api/src/main/java/org/bukkit/entity/Player.java +++ b/paper-api/src/main/java/org/bukkit/entity/Player.java @@ -1300,8 +1300,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM /** * Gets the player's estimated ping in milliseconds. * - * In Vanilla this value represents the average of the response time to the - * last four application layer ping packets sent. This value does not + * In Vanilla this value represents a weighted average of the response time + * to the last four application layer ping packets sent. This value does not * represent the network round trip time and as such may have less * granularity and be impacted by other sources. For these reasons it * should not be used for anti-cheat purposes. Its recommended use is