mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-04 15:07:49 +01:00
commit
504f499e4a
@ -39,8 +39,6 @@ public class FlatToSqlite implements Converter {
|
|||||||
private static File source;
|
private static File source;
|
||||||
private static String database;
|
private static String database;
|
||||||
private static String columnID;
|
private static String columnID;
|
||||||
private static String columnSalt;
|
|
||||||
private static String columnGroup;
|
|
||||||
private static Connection con;
|
private static Connection con;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -51,8 +49,6 @@ public class FlatToSqlite implements Converter {
|
|||||||
columnPassword = Settings.getMySQLColumnPassword;
|
columnPassword = Settings.getMySQLColumnPassword;
|
||||||
columnIp = Settings.getMySQLColumnIp;
|
columnIp = Settings.getMySQLColumnIp;
|
||||||
columnLastLogin = Settings.getMySQLColumnLastLogin;
|
columnLastLogin = Settings.getMySQLColumnLastLogin;
|
||||||
columnSalt = Settings.getMySQLColumnSalt;
|
|
||||||
columnGroup = Settings.getMySQLColumnGroup;
|
|
||||||
lastlocX = Settings.getMySQLlastlocX;
|
lastlocX = Settings.getMySQLlastlocX;
|
||||||
lastlocY = Settings.getMySQLlastlocY;
|
lastlocY = Settings.getMySQLlastlocY;
|
||||||
lastlocZ = Settings.getMySQLlastlocZ;
|
lastlocZ = Settings.getMySQLlastlocZ;
|
||||||
|
Loading…
Reference in New Issue
Block a user