(small) changed url in featured servers

This commit is contained in:
kirillsaint 2024-02-01 00:34:47 +06:00
parent 716841c7f4
commit 94f1f4d3c3
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();