Removing one database table from use.

This commit is contained in:
marcins78@gmail.com
2012-05-04 15:00:30 +00:00
parent 9a845c8ebb
commit 49a438a3b6

View File

@@ -105,6 +105,9 @@ public class LeagueService {
if (_collectionsManager.removeCurrencyFromPlayerCollection(player, new CollectionType("permanent", "My cards"), cost)) {
_leagueParticipationDAO.userJoinsLeague(league, player);
league.getLeagueData().joinLeague(_collectionsManager, player, DateUtils.getCurrentDate());
_leagueStandings.remove(LeagueMapKeys.getLeagueMapKey(league));
return true;
} else {
return false;