Bot implementiert
This commit is contained in:
parent
21034d5255
commit
bb4cd98c0f
2
Bot.java
2
Bot.java
@ -19,7 +19,7 @@ public abstract class Bot {
|
||||
private final int port; // Port des Servers
|
||||
|
||||
protected Bot(String[] args) {
|
||||
host = args.length > 0 ? args[0] : "localhost";
|
||||
host = args.length > 0 ? args[0] : "141.75.33.181";
|
||||
port = args.length > 1 ? Integer.parseInt(args[1]) : 63187;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user