Remove RandomUserAgent
This commit is contained in:
@@ -37,7 +37,7 @@ public final class NetworkUtils {
|
|||||||
private NetworkUtils() {
|
private NetworkUtils() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Supplier<String> userAgentSupplier = RandomUserAgent::randomUserAgent;
|
private static Supplier<String> userAgentSupplier = () -> "HMCLCore";
|
||||||
|
|
||||||
public static String getUserAgent() {
|
public static String getUserAgent() {
|
||||||
return userAgentSupplier.get();
|
return userAgentSupplier.get();
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user