From 56fac1814e65425a463daf09193085fdaae208fe Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Mon, 17 May 2021 23:21:27 -0400 Subject: [PATCH] Update LRMTransportRequests.cs --- .../Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs b/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs index 04a499b..b78e477 100644 --- a/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs +++ b/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs @@ -9,7 +9,6 @@ namespace LightReflectiveMirror { public partial class LightReflectiveMirrorTransport : Transport { - public void RequestServerList(LRMRegions searchRegion = LRMRegions.Any) { if (_isAuthenticated && _connectedToRelay)