mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
A QuestRewardCardChooser description can start with a space now.
This commit is contained in:
@@ -67,6 +67,8 @@ public class QuestRewardCardChooser implements InventoryItem {
|
||||
String[] tmp = s.split(":");
|
||||
if (tmp.length > 1) {
|
||||
buildDesc = new String(tmp[1]);
|
||||
} else {
|
||||
buildDesc = new String();
|
||||
}
|
||||
} else if (buildDesc != null) {
|
||||
if (s.contains(":")) {
|
||||
|
||||
Reference in New Issue
Block a user