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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user