Update GeyserConnector.java to fix JavaDoc (#1701)

This commit is contained in:
rtm516 2020-12-17 17:25:38 +00:00 committed by GitHub
parent 9f6182f8df
commit ce9cd92b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <code>null</code> if there is no player online with this xuid
*/
public GeyserSession getPlayerByXuid(String xuid) {