DummyBot remove main
This commit is contained in:
parent
f98c5a1295
commit
3744c8232e
@ -3,11 +3,6 @@ import java.util.Random;
|
|||||||
public class DummyBot extends Bot {
|
public class DummyBot extends Bot {
|
||||||
protected final Random random = new Random();
|
protected final Random random = new Random();
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Bot bot = new DummyBot(args);
|
|
||||||
bot.run();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected DummyBot(String[] args) {
|
protected DummyBot(String[] args) {
|
||||||
super(args);
|
super(args);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user