mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Optimize ChatBot loading.
This commit is contained in:
parent
096ea0c70c
commit
87026e1bfb
13 changed files with 264 additions and 249 deletions
|
|
@ -35,7 +35,7 @@ namespace MinecraftClient.Protocol.Session
|
|||
public string? ServerInfoHash = null;
|
||||
|
||||
[JsonIgnore]
|
||||
public Task<bool>? SessionPreCheckTask = null;
|
||||
public Task<Tuple<bool, string?>>? SessionPreCheckTask = null;
|
||||
|
||||
public SessionToken()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue