mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Remove thread sleep in disconnect method
This commit is contained in:
parent
2bf29c06a4
commit
512d78d307
1 changed files with 0 additions and 2 deletions
|
|
@ -504,8 +504,6 @@ namespace MinecraftClient
|
||||||
timeoutdetector = null;
|
timeoutdetector = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Thread.Sleep(1000);
|
|
||||||
|
|
||||||
if (client != null)
|
if (client != null)
|
||||||
client.Close();
|
client.Close();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue