A QuestRewardCardChooser description can start with a space now.

This commit is contained in:
RumbleBBU
2013-01-26 07:52:34 +00:00
parent 7195fbbbab
commit 123edc2669

View File

@@ -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(":")) {