diff --git a/src/XIVSync.Net/LodestoneApi.cs b/src/XIVSync.Net/LodestoneApi.cs index 0aec00a..9cc57eb 100644 --- a/src/XIVSync.Net/LodestoneApi.cs +++ b/src/XIVSync.Net/LodestoneApi.cs @@ -32,7 +32,7 @@ namespace XIVSync.Net return response.StatusCode != HttpStatusCode.OK ? null : JsonConvert.DeserializeObject(response.Content); } - public IEnumerable GetServers(double timeoutSeconds = 90) + public IList GetServers(double timeoutSeconds = 90) { var dom = CQ.CreateFromUrl("http://na.finalfantasyxiv.com/lodestone/worldstatus/", new ServerConfig() {TimeoutSeconds = timeoutSeconds}); var servers = new List();