mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Remove SendText delay in C# scripts (#1480)
Delay is not necessary anymore since MCC has a global message queue now (#661 / 9169036893)
This commit is contained in:
parent
4d0d81d5c8
commit
b78e8e064a
1 changed files with 0 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ namespace MinecraftClient
|
|||
{
|
||||
base.SendText(text is string ? (string)text : text.ToString());
|
||||
tickHandler.WaitOne();
|
||||
Thread.Sleep(1000);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue