mirror of
https://github.com/ProjectSWGCore/forwarder.git
synced 2026-01-16 23:04:28 -05:00
Defaults login port to 44453
This commit is contained in:
@@ -46,7 +46,7 @@ public class Forwarder extends Application implements ConnectionCallback {
|
||||
|
||||
public Forwarder() {
|
||||
executor = Executors.newSingleThreadExecutor();
|
||||
connections = new Connections(InetAddress.getLoopbackAddress(), 44463, 0);
|
||||
connections = new Connections();
|
||||
serverIpField = new TextField(connections.getRemoteAddress().getHostAddress());
|
||||
serverPortField = new TextField(Integer.toString(connections.getRemotePort()));
|
||||
serverSetButton = new Button("Set");
|
||||
|
||||
Reference in New Issue
Block a user