mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- CheckStyle.
This commit is contained in:
@@ -105,7 +105,6 @@ public class QuestController {
|
|||||||
return selectedPets.get(slot);
|
return selectedPets.get(slot);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Cards - class uses data from here
|
// Cards - class uses data from here
|
||||||
/**
|
/**
|
||||||
* Gets the cards.
|
* Gets the cards.
|
||||||
@@ -333,9 +332,8 @@ public class QuestController {
|
|||||||
return this.challengesManager;
|
return this.challengesManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public QuestPetStorage getPetsStorage() {
|
public QuestPetStorage getPetsStorage() {
|
||||||
if ( this.pets == null ) {
|
if (this.pets == null) {
|
||||||
this.pets = new QuestPetStorage(ForgeProps.getFile(NewConstants.Quest.BAZAAR));
|
this.pets = new QuestPetStorage(ForgeProps.getFile(NewConstants.Quest.BAZAAR));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user