- Attempting to fix generation of keyword text with long descriptions.

This commit is contained in:
Agetian
2017-09-13 06:46:18 +00:00
parent 9850f2e242
commit b026111ef8

View File

@@ -1608,6 +1608,9 @@ public class Card extends GameEntity implements Comparable<Card> {
}
sb.append(keyword);
}
if (sbLong.length() > 0) {
sbLong.append("\r\n");
}
}
if (sb.length() > 0) {
sb.append("\r\n");