diff --git a/Bot.java b/Bot.java index d0777a8..e476f2d 100644 --- a/Bot.java +++ b/Bot.java @@ -24,9 +24,6 @@ public abstract class Bot { port = args.length > 1 ? Integer.parseInt(args[1]) : 63187; } - public void startCommunication() { - // Implementiere die Logik für die Verbindung und Kommunikation mit dem Server - } // Diese Methode stellt die Verbindung zum Server her und startet die