the most intuitive one

This commit is contained in:
Maxmtg
2012-10-23 07:29:17 +00:00
parent 29ce120fc6
commit 0a82088720

View File

@@ -196,7 +196,7 @@ public class QuestWinLose extends ControlWinLose {
} }
// Unlock new sets? // Unlock new sets?
if (this.wonMatch && (wins + 1) % 50 == 0) { if (this.wonMatch && wins % 50 == 49) {
unlockSets(); unlockSets();
} }