AccountManager fixes

This commit is contained in:
Clisprail
2014-01-26 22:54:28 +01:00
parent e8729cf8b0
commit aea9f661be
@@ -30,6 +30,7 @@ public final class AccountManager {
if (validated) {
return;
}
validated = true;
instance = new AccountManager();
Core.verbose("Initializing account manager accessors...");
@@ -63,6 +64,7 @@ public final class AccountManager {
URLEncoder.encode(user, "UTF-8"),
URLEncoder.encode(pass, "UTF-8")));
} catch (Throwable t) {
t.printStackTrace();
return false;
}