mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:11: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 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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user