Merge pull request #98 from Silent-Client/TEST2

(small) changed url in featured servers
This commit is contained in:
kirillsaint 2024-02-01 00:33:54 +06:00 committed by GitHub
commit eebb99c9a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import java.util.ArrayList;
public class FeaturedServers { public class FeaturedServers {
public static ArrayList<FeaturedServerInfo> get() { public static ArrayList<FeaturedServerInfo> get() {
try { try {
String content = Requests.get("https://assets.silentclient.net/client/servers.json"); String content = Requests.get("https://api.silentclient.net/_next/servers");
GsonBuilder builder = new GsonBuilder(); GsonBuilder builder = new GsonBuilder();
Gson gson = builder.create(); Gson gson = builder.create();