mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Removed an unused variable.
This commit is contained in:
@@ -48,7 +48,6 @@ public class ConquestRegion {
|
|||||||
public ISkinImage getArt() {
|
public ISkinImage getArt() {
|
||||||
if (art == null) {
|
if (art == null) {
|
||||||
PaperCard pc = cardPool.getCard(artCardName);
|
PaperCard pc = cardPool.getCard(artCardName);
|
||||||
boolean transformed = false;
|
|
||||||
|
|
||||||
if (pc == null) {
|
if (pc == null) {
|
||||||
pc = FModel.getMagicDb().getCommonCards().getCard(artCardName);
|
pc = FModel.getMagicDb().getCommonCards().getCard(artCardName);
|
||||||
|
|||||||
Reference in New Issue
Block a user