52535455565758
public void resetStats() { if (stats != null) { stats.reset(); return; } stats = new ArenaPlayerStatistics(this); }