Marked 'general.database-type' ConfigEntry as "needsReset"

This commit is contained in:
Florian CUNY 2019-02-21 20:18:05 +01:00
parent d91e29a2b7
commit 29c7adec44

View File

@ -43,7 +43,7 @@ public class Settings implements DataObject {
@ConfigComment("MYSQL might not work with all implementations: if available, use a dedicated database type (e.g. MARIADB).")
@ConfigComment("If you use MONGODB, you must also run the BSBMongo plugin (not addon).")
@ConfigComment("See https://github.com/tastybento/bsbMongo/releases/.")
@ConfigEntry(path = "general.database.type")
@ConfigEntry(path = "general.database.type", needsReset = true)
private DatabaseType databaseType = DatabaseType.YAML;
@ConfigEntry(path = "general.database.host")