Commit 3b1fd2ee authored by mercury233's avatar mercury233

optimize cpu use

parent 21b03157
...@@ -45,7 +45,7 @@ namespace WindBot ...@@ -45,7 +45,7 @@ namespace WindBot
while (client.Connection.IsConnected) while (client.Connection.IsConnected)
{ {
client.Tick(); client.Tick();
Thread.Sleep(1); Thread.Sleep(30);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment