Tweak some delays to get the game ignite working.

This commit is contained in:
Mr_Goldberg 2019-07-14 16:25:16 -04:00
parent f3e968b54c
commit 0677b8e2ff
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 3 additions and 3 deletions

View file

@ -521,7 +521,7 @@ static bool leave_lobby(Lobby *lobby, CSteamID id)
}
#define LOBBY_CREATE_DELAY 0.1 //artificial delay for lobby creation
#define LOBBY_CREATE_DELAY 0.07 //artificial delay for lobby creation
void Create_pending_lobbies()
{