diff --git a/SS14.ServerHub/Controllers/ServerListController.cs b/SS14.ServerHub/Controllers/ServerListController.cs index 0f2060e..0f2e0e3 100644 --- a/SS14.ServerHub/Controllers/ServerListController.cs +++ b/SS14.ServerHub/Controllers/ServerListController.cs @@ -182,7 +182,7 @@ parsedAddress.Scheme is not (Ss14UriHelper.SchemeSs14 or Ss14UriHelper.SchemeSs1 try { var uriBuilder = new UriBuilder(Ss14UriHelper.GetServerInfoAddress(uri)); - uriBuilder.Query = "?can_skip_build"; + uriBuilder.Query = "?can_skip_build=1"; infoResponse = await _httpClient.GetLimitedJsonResponseBody( new Uri(uriBuilder.ToString()), maxInfoSize * 1024,