Add a check for being connected to "connect to client" achievement.

This commit is contained in:
Bartosz Taudul 2024-06-07 23:18:16 +02:00
parent efdd28f7bb
commit d474f21576
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -670,7 +670,7 @@ bool View::DrawImpl()
return keepOpen;
}
Achieve( "connectToClient" );
if( m_worker.IsConnected() ) Achieve( "connectToClient" );
Attention( m_attnWorking );
if( !m_uarchSet )