forked from GeyserMC/Geyser
Update GeyserConnector.java to fix JavaDoc (#1701)
This commit is contained in:
parent
9f6182f8df
commit
ce9cd92b2e
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ public class GeyserConnector {
|
||||||
/**
|
/**
|
||||||
* Gets a player by their Xbox user identifier
|
* 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
|
* @return the player or <code>null</code> if there is no player online with this xuid
|
||||||
*/
|
*/
|
||||||
public GeyserSession getPlayerByXuid(String xuid) {
|
public GeyserSession getPlayerByXuid(String xuid) {
|
||||||
|
|
Loading…
Reference in a new issue