[Proxy] Delay for 1 more second after user has been created
This commit is contained in:
parent
cd56398a7f
commit
0535070402
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user