|
@@ -3,7 +3,6 @@ using FairyGUI;
|
|
|
using Sirenix.Utilities;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
-using System.Linq;
|
|
|
using UnityEngine;
|
|
|
|
|
|
namespace ET.Client
|
|
@@ -50,7 +49,7 @@ namespace ET.Client
|
|
|
var ipendpoint = NetworkHelper.ToIPEndPoint(saveip);
|
|
|
|
|
|
servers.Add($"Custom[{saveip}]");
|
|
|
- ServerInfo.ServerList.Append(new ServerInfo()
|
|
|
+ ServerInfo.ServerList.Add(new ServerInfo()
|
|
|
{
|
|
|
ShowName = $"Custom[{saveip}]",
|
|
|
Ip = ipendpoint.Address.ToString(),
|