From d77e508e9cb65894848f4dfbcf3f7c9341d64225 Mon Sep 17 00:00:00 2001 From: David <54660361+NonSwag@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:04:56 +0100 Subject: [PATCH] [ci skip] Fix typo in TabListEntry latency docs (#1479) --- .../java/com/velocitypowered/api/proxy/player/TabListEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java b/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java index b5140776e0..350dc896ca 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/player/TabListEntry.java @@ -80,7 +80,7 @@ default IdentifiedKey getIdentifiedKey() { *
  • 150-300 will display 4 bars
  • *
  • 300-600 will display 3 bars
  • *
  • 600-1000 will display 2 bars
  • - *
  • A latency move than 1 second will display 1 bar
  • + *
  • A latency greater than 1 second will display 1 bar
  • * * * @return latency set for {@code this} entry