mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[ci skip] Remove ghproxy (#436)
This commit is contained in:
@@ -867,7 +867,7 @@ public final class LeavesConfig {
|
||||
public String source = "application";
|
||||
|
||||
public static class DownloadSourceValidator extends StringConfigValidator {
|
||||
private static final List<String> suggestSourceList = List.of("application", "ghproxy", "cloud");
|
||||
private static final List<String> suggestSourceList = List.of("application", "cloud");
|
||||
|
||||
@Override
|
||||
public List<String> valueSuggest() {
|
||||
|
||||
Reference in New Issue
Block a user