Merge branch 'development' of https://git.t2code.net/JaTiTV/T2CodeLib into development

This commit is contained in:
2024-07-02 19:39:56 +02:00
2 changed files with 1 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ public class T2CconfigWriter {
e.printStackTrace();
return;
}
}
} else exist = true;
config = YamlConfiguration.loadConfiguration(configFile);
Map<String, List<String>> comments = new LinkedHashMap<>();