mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 04:28:00 +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 @@ namespace Facepunch.Steamworks
|
||||
|
||||
}
|
||||
|
||||
checkFinished();
|
||||
|
||||
if (OnLobbiesUpdated != null) { OnLobbiesUpdated(); }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user