9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

settings: Fix wrong comment

This commit is contained in:
William
2023-09-09 09:51:00 +03:00
committed by GitHub
parent 9db9a3e721
commit 9018ad02e1

View File

@@ -55,7 +55,7 @@ public class Settings {
// Database settings
@YamlComment("Type of database to use (MYSQL, SQLITE)")
@YamlComment("Type of database to use (MYSQL, MARIADB)")
@YamlKey("database.type")
private Database.Type databaseType = Database.Type.MYSQL;
@@ -441,4 +441,4 @@ public class Settings {
LOWEST
}
}
}