[Proxy] Delay for 1 more second after user has been created

This commit is contained in:
momo5502 2017-02-18 18:57:45 +01:00
parent cd56398a7f
commit 0535070402

View File

@ -314,6 +314,7 @@ namespace Steam
::Utils::Time::Interval interval;
while(!interval.elapsed(15s) && !Proxy::GetActiveUser()) std::this_thread::sleep_for(10ms);
std::this_thread::sleep_for(1s);
}
}