Since the Register API call now requires the client's access token in order to validate his Minecraft login, it is now being provided.

This commit is contained in:
CrushedPixel
2015-05-27 00:29:55 +02:00
parent 395c3b0acd
commit f0f0f1aa86
4 changed files with 13 additions and 3 deletions

View File

@@ -197,6 +197,7 @@ public class GuiRegister extends GuiScreen {
} catch(ApiException ae) {
message = ae.getLocalizedMessage();
} catch(Exception e) {
e.printStackTrace();
message = I18n.format("replaymod.gui.login.connectionerror");
}
}