3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-09 04:53:03 +02:00

Update GeyserConnector.java to fix JavaDoc (#1701)

Dieser Commit ist enthalten in:
rtm516 2020-12-17 17:25:38 +00:00 committet von GitHub
Ursprung 9f6182f8df
Commit ce9cd92b2e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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) {