From fa2dbfef1a67fd8d40d323cf1dc194e67868de94 Mon Sep 17 00:00:00 2001 From: Justin Slauson Date: Tue, 1 Mar 2016 20:00:02 -0700 Subject: [PATCH] clientToken param info added to docs --- MinecraftClient/Protocol/ProtocolHandler.cs | 1 + 1 file changed, 1 insertion(+) 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.)