mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Changed url for server-list.txt.
This commit is contained in:
parent
4ea776ce76
commit
bef2adadf2
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ public class ConnectDialog extends MageDialog {
|
|||
private void findPublicServerActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
|
||||
BufferedReader in = null;
|
||||
try {
|
||||
URL serverListURL = new URL("http://78.129.251.125/files/server-list.txt");
|
||||
URL serverListURL = new URL("http://download.magefree.com/files/server-list.txt");
|
||||
|
||||
Connection.ProxyType configProxyType = Connection.ProxyType.valueByText(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_PROXY_TYPE, "None"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue