mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Removed line
This commit is contained in:
@@ -7,7 +7,6 @@ package org.parabot.core.spoofer;
|
|||||||
*/
|
*/
|
||||||
public class Proxy {
|
public class Proxy {
|
||||||
public static void setProxy(String host, int port){
|
public static void setProxy(String host, int port){
|
||||||
System.getProperties().put("proxySet", "true");
|
|
||||||
System.getProperties().put("proxyHost", host);
|
System.getProperties().put("proxyHost", host);
|
||||||
System.getProperties().put("proxyPort", port);
|
System.getProperties().put("proxyPort", port);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ public class NetworkUI {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Proxy.setProxy(proxyHostField.getText(), Integer.parseInt(proxyPortField.getText()));
|
Proxy.setProxy(proxyHostField.getText(), Integer.parseInt(proxyPortField.getText()));
|
||||||
|
frame.setVisible(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user