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