Turned off a debugging function call.

This commit is contained in:
RumbleBBU
2012-10-22 07:27:37 +00:00
parent 0f2f5c6c18
commit d3947fd02b

View File

@@ -192,7 +192,7 @@ public class QuestWinLose extends ControlWinLose {
// Unlock new sets?
if (this.wonMatch && qData.getAchievements().getWin() > 1 && (qData.getAchievements().getWin() % 50) == 0) {
unlockSets();
} else {unlockSets();}//DEBUG!!
}
// Grant booster on a win, or on a loss in easy mode
if (this.wonMatch || difficulty == 0) {