mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Changed url for server-list.txt.
This commit is contained in:
parent
b3f99c43d5
commit
0cd53d37c7
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://mage.googlecode.com/files/server-list.txt");
|
||||
URL serverListURL = new URL("http://78.129.251.125/files/server-list.txt");
|
||||
|
||||
Connection.ProxyType configProxyType = Connection.ProxyType.valueByText(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_PROXY_TYPE, "None"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue