mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Update QuestController.java
This commit is contained in:
@@ -437,7 +437,7 @@ public class QuestController {
|
||||
String path = ForgeConstants.DEFAULT_CHALLENGES_DIR;
|
||||
|
||||
//Use a variant specialized duel manager if this is a variant quest
|
||||
if (FModel.getQuest != null) {
|
||||
if (FModel.getQuest() != null) {
|
||||
switch(FModel.getQuest().getDeckConstructionRules()){
|
||||
case Default: break;
|
||||
case Commander: this.duelManager = new QuestEventCommanderDuelManager(); return;
|
||||
|
||||
Reference in New Issue
Block a user