make altcontrol not auto disconnect lmao
This commit is contained in:
parent
a77fbba876
commit
b94cddf64c
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ public class RemoteEventManager {
|
||||||
|
|
||||||
public void connect(@Nullable String ip) {
|
public void connect(@Nullable String ip) {
|
||||||
try {
|
try {
|
||||||
|
if(isConnected())
|
||||||
end();
|
end();
|
||||||
server = new ServerSocket(Setup.Port);
|
server = new ServerSocket(Setup.Port);
|
||||||
initServer();
|
initServer();
|
||||||
|
|
Loading…
Add table
Reference in a new issue