Replaced servers status page with new link (will work later);

This commit is contained in:
Oleg Agafonov 2021-07-24 17:25:43 +04:00
parent 96c84413df
commit b214e61e9c
2 changed files with 3 additions and 3 deletions

View file

@ -809,7 +809,7 @@ public class ConnectDialog extends MageDialog {
private void btnCheckStatusActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnCheckStatusActionPerformed
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
try {
Desktop.getDesktop().browse(new URI("http://xmageservers.online/"));
Desktop.getDesktop().browse(new URI("http://xmage.today/servers/"));
} catch (Exception e) {
//
}