aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorOliver <ohowe@protonmail.com>2021-04-08 19:36:58 -0600
committerOliver <ohowe@protonmail.com>2021-04-08 19:36:58 -0600
commit52182481737f4e8aea7f9fa6f0d14883031ca22d (patch)
tree0ab50d9b881ada31daff9ce9489a9e1b40bb4752 /src/main
parent12fa7d745b5d8863eca55684f253e327d259a9b9 (diff)
downloadNotEnoughUpdates-52182481737f4e8aea7f9fa6f0d14883031ca22d.tar.gz
NotEnoughUpdates-52182481737f4e8aea7f9fa6f0d14883031ca22d.tar.bz2
NotEnoughUpdates-52182481737f4e8aea7f9fa6f0d14883031ca22d.zip
roll back thing that i forgot to change back
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java b/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java
index 293a9536..f7d5157f 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/HypixelApi.java
@@ -27,7 +27,7 @@ public class HypixelApi {
private static final int FAILS_BEFORE_SWITCH = 3;
private int currentUrl = 0;
private long lastPrimaryUrl = 0;
- private final String[] myApiURLs = {"http://51.79.51.21/"};//, "http://moulberry.codes/", "/"};//, "http://51.75.78.252/" };
+ private final String[] myApiURLs = {"https://moulberry.codes/"};//, "http://moulberry.codes/", "http://51.79.51.21/"};//, "http://51.75.78.252/" };
private final Integer[] myApiSuccesses = {0, 0, 0, 0};
public void getHypixelApiAsync(String apiKey, String method, HashMap<String, String> args, Consumer<JsonObject> consumer) {