This commit is contained in:
2022-06-09 17:19:51 +03:00
parent 781bb489bd
commit 97888626b6
3 changed files with 4 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ internal class Boot
Console.Title = "ONLINE";
isReady = true;
new Thread(async () =>
new Thread(() =>
{
while (true)
{