mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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
|
private void btnCheckStatusActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnCheckStatusActionPerformed
|
||||||
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
|
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
|
||||||
try {
|
try {
|
||||||
Desktop.getDesktop().browse(new URI("http://xmageservers.online/"));
|
Desktop.getDesktop().browse(new URI("http://xmage.today/servers/"));
|
||||||
} catch (Exception e) {
|
} 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
|
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.
|
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.
|
You can also host your own server to play against the AI and/or your friends.
|
||||||
|
|
||||||
XMage community and resources:
|
XMage community and resources:
|
||||||
|
@ -25,7 +25,7 @@ XMage community and resources:
|
||||||
* [Project documentation](https://github.com/magefree/mage/wiki).
|
* [Project documentation](https://github.com/magefree/mage/wiki).
|
||||||
|
|
||||||
Servers status:
|
Servers status:
|
||||||
* http://xmageservers.online/
|
* http://xmage.today/servers/
|
||||||
|
|
||||||
Beta server with un-released or under development features:
|
Beta server with un-released or under development features:
|
||||||
* http://xmage.today/
|
* http://xmage.today/
|
||||||
|
|
Loading…
Reference in a new issue