mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Fixes bug where LobbyList wouldn't report finished if it returned 0 lobbies
This commit is contained in:
parent
6aa5bcf1ac
commit
abea08d046
@ -106,6 +106,8 @@ void OnLobbyList(LobbyMatchList_t callback, bool error)
|
||||
|
||||
}
|
||||
|
||||
checkFinished();
|
||||
|
||||
if (OnLobbiesUpdated != null) { OnLobbiesUpdated(); }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user