War.war.getServer().getPluginManager().callEvent(event1);
if (!teamScores.toString().isEmpty()) {
this.broadcast("zone.battle.newscores", teamScores.toString());
}
if (War.war.getMysqlConfig().isEnabled() && War.war.getMysqlConfig().isLoggingEnabled()) {
LogKillsDeathsJob logKillsDeathsJob = new LogKillsDeathsJob(ImmutableList.copyOf(this.getKillsDeathsTracker()));
War.war.getServer().getScheduler().runTaskAsynchronously(War.war, logKillsDeathsJob);
}
this.getKillsDeathsTracker().clear();
if (!detectScoreCap()) {
this.broadcast("zone.battle.reset");