Fix QuickGear
Dieser Commit ist enthalten in:
Ursprung
584ea77419
Commit
35a94a7907
@ -86,7 +86,7 @@ public class CheckSchemType {
|
||||
if(folder.exists()) {
|
||||
for(File configFile : folder.listFiles((file, name) -> name.endsWith(".yml") && !name.endsWith(".kits.yml"))) {
|
||||
YamlConfiguration config = YamlConfiguration.loadConfiguration(configFile);
|
||||
if (!config.isList("CheckQuestions"))
|
||||
if (!config.isList("CheckQuestions") && config.getBoolean("ManualCheck", true))
|
||||
continue;
|
||||
|
||||
new CheckSchemType(config);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren