mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 19:55:17 +01:00
Fixed bug with the YAML Database when saving config containing hidden ConfigEntry
This commit is contained in:
parent
74a28963b4
commit
ef96a01fc8
@ -344,7 +344,7 @@ public class YamlDatabaseHandler<T> extends AbstractDatabaseHandler<T> {
|
|||||||
|
|
||||||
if (configEntry.hidden()) {
|
if (configEntry.hidden()) {
|
||||||
// If the annotation tells us to not print the config entry, then we won't.
|
// If the annotation tells us to not print the config entry, then we won't.
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user