mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Updated server-list in admin console.
This commit is contained in:
parent
f793664aba
commit
db42295314
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ public class ConnectDialog extends JDialog {
|
|||
private void findPublicServerActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
|
||||
BufferedReader in = null;
|
||||
try {
|
||||
URL serverListURL = new URL("http://mage.googlecode.com/files/server-list.txt");
|
||||
URL serverListURL = new URL("http://download.magefree.com/files/server-list.txt");
|
||||
in = new BufferedReader(new InputStreamReader(serverListURL.openStream()));
|
||||
|
||||
List<String> servers = new ArrayList<String>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue