mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
report correct card ordinal during downloading
This commit is contained in:
@@ -270,7 +270,7 @@ public abstract class GuiDownloader extends DefaultBoundedRangeModel implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
GuiDownloader.this.barProgress.setString(sb.toString());
|
GuiDownloader.this.barProgress.setString(sb.toString());
|
||||||
System.out.println(this.card + "/" + GuiDownloader.this.cards.size() + " - " + dest);
|
System.out.println((this.card + 1) + "/" + GuiDownloader.this.cards.size() + " - " + dest);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EventQueue.invokeLater(new Worker(card));
|
EventQueue.invokeLater(new Worker(card));
|
||||||
|
|||||||
Reference in New Issue
Block a user