public class BadStarter {
	public static void main(String[] args){
	BaseGame g = new Followers("en1", 4666, "239.0.0.1");
	g.start();
}
}