Fixed bug with the YAML Database when saving config containing hidden ConfigEntry

This commit is contained in:
Florian CUNY 2019-01-03 20:45:51 +01:00
parent 74a28963b4
commit ef96a01fc8

View File

@ -344,7 +344,7 @@ public class YamlDatabaseHandler<T> extends AbstractDatabaseHandler<T> {
if (configEntry.hidden()) {
// If the annotation tells us to not print the config entry, then we won't.
return;
continue;
}
}