forgot to use variable
This commit is contained in:
parent
0513b54e55
commit
452c36015a
1 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ namespace LightReflectiveMirror
|
|||
else
|
||||
{
|
||||
relayServerList?.Clear();
|
||||
relayServerList = JsonConvert.DeserializeObject<RelayServerInfo[]>(webRequest.downloadHandler.text).ToList();
|
||||
relayServerList = JsonConvert.DeserializeObject<RelayServerInfo[]>(result).ToList();
|
||||
serverListUpdated?.Invoke();
|
||||
break;
|
||||
}
|
||||
|
|
@ -405,4 +405,4 @@ namespace LightReflectiveMirror
|
|||
public int serverId;
|
||||
public string serverData;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue