mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Turned off a debugging function call.
This commit is contained in:
@@ -192,7 +192,7 @@ public class QuestWinLose extends ControlWinLose {
|
|||||||
// Unlock new sets?
|
// Unlock new sets?
|
||||||
if (this.wonMatch && qData.getAchievements().getWin() > 1 && (qData.getAchievements().getWin() % 50) == 0) {
|
if (this.wonMatch && qData.getAchievements().getWin() > 1 && (qData.getAchievements().getWin() % 50) == 0) {
|
||||||
unlockSets();
|
unlockSets();
|
||||||
} else {unlockSets();}//DEBUG!!
|
}
|
||||||
|
|
||||||
// Grant booster on a win, or on a loss in easy mode
|
// Grant booster on a win, or on a loss in easy mode
|
||||||
if (this.wonMatch || difficulty == 0) {
|
if (this.wonMatch || difficulty == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user