mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix TriggerOnLogin in ScriptScheduler w/ AutoRelog
Thanks @Nafana for pointing it out in #629
This commit is contained in:
parent
10790f2982
commit
237353498c
1 changed files with 6 additions and 0 deletions
|
|
@ -186,6 +186,12 @@ namespace MinecraftClient.ChatBots
|
|||
else verifytasks_timeleft--;
|
||||
}
|
||||
|
||||
public override bool OnDisconnect(DisconnectReason reason, string message)
|
||||
{
|
||||
serverlogin_done = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
private static string Task2String(TaskDesc task)
|
||||
{
|
||||
return String.Format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue