More PowerEntry work.
This commit is contained in:
@@ -66,7 +66,7 @@ public class PowersParser {
|
|||||||
Matcher matcher = CONDITION_REGEX.matcher(powerData);
|
Matcher matcher = CONDITION_REGEX.matcher(powerData);
|
||||||
|
|
||||||
while (matcher.find()) {
|
while (matcher.find()) {
|
||||||
conditionString.append(matcher.group());
|
conditionString.append(matcher.group().trim());
|
||||||
powerString.append(powerData, endPos, matcher.start());
|
powerString.append(powerData, endPos, matcher.start());
|
||||||
endPos = matcher.end();
|
endPos = matcher.end();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user