9
0
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:
violetc
2025-07-31 12:47:50 +08:00
parent 4c4712d330
commit c581f1311e
2 changed files with 19 additions and 1 deletions

View File

@@ -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() {