RumbleBot dummy arguments
This commit is contained in:
parent
f3d09aabb6
commit
49fffe2a27
@ -10,7 +10,8 @@ public class RumbleBot extends Bot {
|
||||
|
||||
public static void main(String[] args) {
|
||||
if(args.length == 0) {
|
||||
DummyBot dummy = new DummyBot(args);
|
||||
String[] dummyArgs = {"localhost", "63187"};
|
||||
DummyBot dummy = new DummyBot(dummyArgs);
|
||||
new Thread(dummy).start();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user