mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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) {
|
||||
//
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ pauper, oathbreaker, historic, freeform and much more.
|
|||
Local server supports a [special test mode](https://github.com/magefree/mage/wiki/Development-Testing-Tools) for
|
||||
testing combos and other game situations with pre-defined conditions.
|
||||
|
||||
There are [public servers](http://xmageservers.online/) where you can play XMage against other players.
|
||||
There are [public servers](http://xmage.today/servers/) where you can play XMage against other players.
|
||||
You can also host your own server to play against the AI and/or your friends.
|
||||
|
||||
XMage community and resources:
|
||||
|
@ -25,7 +25,7 @@ XMage community and resources:
|
|||
* [Project documentation](https://github.com/magefree/mage/wiki).
|
||||
|
||||
Servers status:
|
||||
* http://xmageservers.online/
|
||||
* http://xmage.today/servers/
|
||||
|
||||
Beta server with un-released or under development features:
|
||||
* http://xmage.today/
|
||||
|
|
Loading…
Reference in a new issue