[FIX] fix users not being sent with lobbies
This commit is contained in:
@@ -99,6 +99,7 @@ namespace Client
|
||||
switch (lobbyIdentifier)
|
||||
{
|
||||
case LobbyIdentifier.LIST:
|
||||
Debug.WriteLine("got lobbies list");
|
||||
Lobbies = JSONConvert.GetLobbiesFromMessage(payload);
|
||||
OnLobbiesListReceived?.Invoke();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user