mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed getShortColorsString dealing with more than one entry.
This commit is contained in:
@@ -74,7 +74,7 @@ public final class CardUtil {
|
||||
public static String getShortColorsString(final Iterable<String> colors) {
|
||||
StringBuilder colorDesc = new StringBuilder();
|
||||
for (final String col : colors) {
|
||||
colorDesc.append(getShortColor(col));
|
||||
colorDesc.append(getShortColor(col) + " ");
|
||||
}
|
||||
return colorDesc.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user