More accurate league results calculation.

This commit is contained in:
marcins78@gmail.com
2012-01-25 15:49:01 +00:00
parent b0e94bd4cd
commit b5643794de

View File

@@ -64,6 +64,7 @@ public class LeagueService {
_leaguePointsDao.addPoints(league, serie, winnerPlayerId, 2); _leaguePointsDao.addPoints(league, serie, winnerPlayerId, 2);
_leaguePointsDao.addPoints(league, serie, loser, 1); _leaguePointsDao.addPoints(league, serie, loser, 1);
_leagueStandings.remove(league); _leagueStandings.remove(league);
_leagueSerieStandings.remove(serie);
} }
}); });
gameMediator.sendMessageToPlayers("This is a ranked game in " + league.getName()); gameMediator.sendMessageToPlayers("This is a ranked game in " + league.getName());