mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fixed transfering breaking on multiple versions
This commit is contained in:
parent
52eda4ccdd
commit
41a1a1db9b
4 changed files with 81 additions and 17 deletions
|
|
@ -19,7 +19,7 @@ namespace MinecraftClient.Protocol
|
|||
/// Start the login procedure once connected to the server
|
||||
/// </summary>
|
||||
/// <returns>True if login was successful</returns>
|
||||
bool Login(PlayerKeyPair? playerKeyPair, Session.SessionToken session);
|
||||
bool Login(PlayerKeyPair? playerKeyPair, Session.SessionToken session, bool isTransfer = false);
|
||||
|
||||
/// <summary>
|
||||
/// Disconnect from the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue