Changed url for server-list.txt.

This commit is contained in:
magenoxx 2012-01-28 13:37:32 +04:00
parent b3f99c43d5
commit 0cd53d37c7

View file

@ -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"));