mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 06:41:31 +01:00
(small) changed url in featured servers
This commit is contained in:
parent
716841c7f4
commit
94f1f4d3c3
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user