(small) changed url in featured servers

This commit is contained in:
kirillsaint 2024-02-01 00:33:32 +06:00
parent 1e57f101a5
commit 26caaa9e8d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import java.util.ArrayList;
public class FeaturedServers {
public static ArrayList<FeaturedServerInfo> get() {
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();
Gson gson = builder.create();