diff --git a/connector/src/main/java/org/geysermc/connector/GeyserConnector.java b/connector/src/main/java/org/geysermc/connector/GeyserConnector.java index 05040a86..5b447b26 100644 --- a/connector/src/main/java/org/geysermc/connector/GeyserConnector.java +++ b/connector/src/main/java/org/geysermc/connector/GeyserConnector.java @@ -342,7 +342,7 @@ public class GeyserConnector { /** * Gets a player by their Xbox user identifier * - * @param xboxUuid the Xbox user identifier + * @param xuid the Xbox user identifier * @return the player or null if there is no player online with this xuid */ public GeyserSession getPlayerByXuid(String xuid) {