Update LRMTransportRequests.cs

This commit is contained in:
cxxpxr 2021-05-17 23:21:27 -04:00
parent 2e462be0a8
commit 56fac1814e

View file

@ -9,7 +9,6 @@ namespace LightReflectiveMirror
{ {
public partial class LightReflectiveMirrorTransport : Transport public partial class LightReflectiveMirrorTransport : Transport
{ {
public void RequestServerList(LRMRegions searchRegion = LRMRegions.Any) public void RequestServerList(LRMRegions searchRegion = LRMRegions.Any)
{ {
if (_isAuthenticated && _connectedToRelay) if (_isAuthenticated && _connectedToRelay)