mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fixed a spacing issue in Card.getText()
This commit is contained in:
@@ -2399,7 +2399,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
|
||||
if (this.characteristicsMap.get("Cloner") != null) {
|
||||
sb.append("\r\nCloned by:").append(this.characteristicsMap.get("Cloner").getName()).append(" (")
|
||||
sb.append("\r\nCloned by: ").append(this.characteristicsMap.get("Cloner").getName()).append(" (")
|
||||
.append(this.getUniqueNumber()).append(")");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user