Merge pull request #12 from Xephi/master

Up
This commit is contained in:
Gabriele C. 2015-07-23 17:24:40 +02:00
commit 504f499e4a

View File

@ -39,8 +39,6 @@ public class FlatToSqlite implements Converter {
private static File source;
private static String database;
private static String columnID;
private static String columnSalt;
private static String columnGroup;
private static Connection con;
@Override
@ -51,8 +49,6 @@ public class FlatToSqlite implements Converter {
columnPassword = Settings.getMySQLColumnPassword;
columnIp = Settings.getMySQLColumnIp;
columnLastLogin = Settings.getMySQLColumnLastLogin;
columnSalt = Settings.getMySQLColumnSalt;
columnGroup = Settings.getMySQLColumnGroup;
lastlocX = Settings.getMySQLlastlocX;
lastlocY = Settings.getMySQLlastlocY;
lastlocZ = Settings.getMySQLlastlocZ;