Create lobby even if the run callbacks function is never run.

This commit is contained in:
Mr_Goldberg 2019-06-01 13:11:27 -04:00
parent c4e0c855df
commit 794469c4cf
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
4 changed files with 16 additions and 10 deletions

View file

@ -115,7 +115,7 @@ public:
bool user_logged_in = false;
bool server_init = false;
std::thread network_keepalive;
std::thread background_keepalive;
Steam_Client();
~Steam_Client();