public void a() {
    if (this.g) return;
    this.g = true;

    f();

    this.e.schedule(new MojangStatisticsTask(this), 0L, 900000L);
  }