Skip to content

Commit

Permalink
Update GeyserConnector.java to fix JavaDoc (GeyserMC#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Dec 17, 2020
1 parent 9f6182f commit ce9cd92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public GeyserSession getPlayerByUuid(UUID uuid) {
/**
* 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) {
Expand Down

0 comments on commit ce9cd92

Please sign in to comment.