Re-open Neptune every 10 failures

This commit is contained in:
Kamil Trzciński 2022-12-02 11:21:08 +01:00
parent b0ae269046
commit 33f9e8581f
2 changed files with 23 additions and 8 deletions

View file

@ -43,7 +43,7 @@ namespace SteamController
Update();
Debug();
if (!Enabled)
if (!Enabled || !Steam.Updated)
{
Thread.Sleep(100);
}