mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Create lobby even if the run callbacks function is never run.
This commit is contained in:
parent
c4e0c855df
commit
794469c4cf
4 changed files with 16 additions and 10 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue