Red dot assigned to AK
This commit is contained in:
@@ -158,8 +158,10 @@ namespace LightReflectiveMirror
|
||||
Debug.Log(client.DownloadString(uri));
|
||||
relayServerList?.Clear();
|
||||
relayServerList = JsonUtilityHelper.FromJson<Room>(result.Decompress()).ToList();
|
||||
Debug.Log(relayServerList.Count);
|
||||
serverListUpdated?.Invoke();
|
||||
if (false)
|
||||
Debug.Log(serverListUpdated==null);
|
||||
/* if (false)
|
||||
{
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
switch (webRequest.result)
|
||||
@@ -188,7 +190,7 @@ namespace LightReflectiveMirror
|
||||
serverListUpdated?.Invoke();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
else // get master list from load balancer
|
||||
|
||||
Reference in New Issue
Block a user