Fixes bug where LobbyList wouldn't report finished if it returned 0 lobbies

This commit is contained in:
Kyle Kukshtel 2017-08-01 00:19:37 -07:00
parent 6aa5bcf1ac
commit abea08d046

View File

@ -106,6 +106,8 @@ void OnLobbyList(LobbyMatchList_t callback, bool error)
} }
checkFinished();
if (OnLobbiesUpdated != null) { OnLobbiesUpdated(); } if (OnLobbiesUpdated != null) { OnLobbiesUpdated(); }
} }