mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:11:31 +01:00
(small) changed url in featured servers
This commit is contained in:
parent
1e57f101a5
commit
26caaa9e8d
@ -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