mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-04 15:41:31 +00:00
Some fix, and clear
This commit is contained in:
@@ -1042,7 +1042,7 @@ public final class LeavesConfig {
|
||||
public String source = "application";
|
||||
|
||||
public static class DownloadSourceValidator extends StringConfigValidator {
|
||||
private static List<String> suggestSourceList = List.of("application", "cloud");
|
||||
private static final List<String> suggestSourceList = List.of("application", "cloud");
|
||||
|
||||
@Override
|
||||
public List<String> valueSuggest() {
|
||||
|
||||
Reference in New Issue
Block a user