Fix missing resource packs if URL contains redirect (e.g. Hypixel)
This commit is contained in:
@@ -73,7 +73,6 @@ public class SimpleApiClient {
|
|||||||
String responseContent = null;
|
String responseContent = null;
|
||||||
InputStream is = null;
|
InputStream is = null;
|
||||||
HttpURLConnection httpUrlConnection = null;
|
HttpURLConnection httpUrlConnection = null;
|
||||||
HttpURLConnection.setFollowRedirects(false);
|
|
||||||
try {
|
try {
|
||||||
URL url = new URL(urlString);
|
URL url = new URL(urlString);
|
||||||
httpUrlConnection = (HttpURLConnection) url.openConnection();
|
httpUrlConnection = (HttpURLConnection) url.openConnection();
|
||||||
|
|||||||
Reference in New Issue
Block a user