mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Basic support for 1.19.2
This commit is contained in:
parent
af1485c753
commit
c34dd46067
14 changed files with 703 additions and 129 deletions
|
|
@ -1110,7 +1110,7 @@ namespace MinecraftClient
|
|||
/// <returns>UserUUID of the current account</returns>
|
||||
protected string GetUserUUID()
|
||||
{
|
||||
return Handler.GetUserUUID();
|
||||
return Handler.GetUserUuidStr();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue