@@ -3,11 +3,6 @@ import java.util.Random; | |||
public class DummyBot extends Bot { | |||
protected final Random random = new Random(); | |||
public static void main(String[] args) { | |||
Bot bot = new DummyBot(args); | |||
bot.run(); | |||
} | |||
protected DummyBot(String[] args) { | |||
super(args); | |||
} |