mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Replaced servers status page with new link (will work later);
This commit is contained in:
parent
96c84413df
commit
b214e61e9c
2 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
//
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue