mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Decklist viewer will now show the list with " x " between number and cardname.
This commit is contained in:
@@ -248,7 +248,7 @@ public class DeckgenUtil {
|
||||
deckList.append(nl);
|
||||
nLines++;
|
||||
for (final Entry<PaperCard, Integer> ev : cp) {
|
||||
deckList.append(ev.getValue()).append(" x ").append(ev.getKey()).append(nl);
|
||||
deckList.append(ev.getValue()).append(" ").append(ev.getKey()).append(nl);
|
||||
nLines++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user