This commit is contained in:
Xephi
2016-02-05 13:24:38 +01:00
parent e8a9b5c2e2
commit 4f76398ce8
15 changed files with 50 additions and 77 deletions
@@ -33,8 +33,7 @@ public class RoyalAuthConverter implements Converter {
PlayerAuth auth = new PlayerAuth(name, ra.getHash(), "127.0.0.1", ra.getLastLogin(), "your@email.com", o.getName());
data.saveAuth(auth);
} catch (Exception e) {
ConsoleLogger.writeStackTrace(e);
ConsoleLogger.showError("Error while trying to import " + o.getName() + " RoyalAuth datas");
ConsoleLogger.writeStackTrace("Error while trying to import " + o.getName() + " RoyalAuth datas", e);
}
}
}
@@ -53,7 +53,7 @@ class vAuthFileReader {
}
scanner.close();
} catch (Exception e) {
ConsoleLogger.writeStackTrace(e);
ConsoleLogger.writeStackTrace("Error while trying to import some vAuth datas", e);
}
}