mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Removed testing variable
This commit is contained in:
@@ -550,8 +550,6 @@ public class QuestController {
|
|||||||
maxChallenges = 5;
|
maxChallenges = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxChallenges = 5;
|
|
||||||
|
|
||||||
// Generate IDs as needed.
|
// Generate IDs as needed.
|
||||||
if (achievements.getCurrentChallenges().size() < maxChallenges) {
|
if (achievements.getCurrentChallenges().size() < maxChallenges) {
|
||||||
for (final QuestEventChallenge qc : allChallenges) {
|
for (final QuestEventChallenge qc : allChallenges) {
|
||||||
|
|||||||
Reference in New Issue
Block a user