diff --git a/MinecraftClient/Protocol/ProtocolHandler.cs b/MinecraftClient/Protocol/ProtocolHandler.cs index ea095ae0..ca1a5d9c 100644 --- a/MinecraftClient/Protocol/ProtocolHandler.cs +++ b/MinecraftClient/Protocol/ProtocolHandler.cs @@ -148,6 +148,7 @@ namespace MinecraftClient.Protocol /// Login /// Password /// Will contain the access token returned by Minecraft.net, if the login is successful + /// Will contain the client token generated before sending to Minecraft.net /// Will contain the player's UUID, needed for multiplayer /// Returns the status of the login (Success, Failure, etc.)