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