mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-26 10:37:39 +01:00
English Syntax #2
This commit is contained in:
parent
ef5a2462bc
commit
4ecfffd8cf
@ -26,7 +26,7 @@ public class ForceFlatToSqlite implements Converter {
|
||||
plugin.getSettings().setValue("DataSource.backend", "sqlite");
|
||||
ConsoleLogger.info("Database successfully converted to sqlite !");
|
||||
} catch (Exception e) {
|
||||
ConsoleLogger.showError("An error appears while trying to convert flatfile ...");
|
||||
ConsoleLogger.showError("An error appeared while trying to convert flatfile to sqlite ...");
|
||||
} finally {
|
||||
if (sqlite != null)
|
||||
sqlite.close();
|
||||
|
Loading…
Reference in New Issue
Block a user