AltControl implementation #7

Merged
TudbuT merged 19 commits from altcontrol into main 2024-05-31 23:58:12 +02:00
Showing only changes of commit b94cddf64c - Show all commits

View file

@ -35,7 +35,8 @@ public class RemoteEventManager {
public void connect(@Nullable String ip) {
try {
end();
if(isConnected())
end();
server = new ServerSocket(Setup.Port);
initServer();
} catch (IOException e) {