This commit is contained in:
2022-07-06 14:32:16 +03:00
parent 27fe615447
commit efb6ac5192
5 changed files with 5 additions and 13 deletions

View File

@@ -96,16 +96,6 @@ internal class Boot
Console.Title = "ONLINE";
isReady = true;
new Thread(() =>
{
while (true)
{
Config.SaveConfig();
Thread.Sleep(10000);
}
}
).Start();
return Task.CompletedTask;
}