More PowerEntry work.
This commit is contained in:
@@ -60,6 +60,8 @@ public class PowersParser {
|
||||
|
||||
int endPos = 0;
|
||||
|
||||
// Separate out any conditions from the power data
|
||||
|
||||
Matcher matcher = CONDITION_REGEX.matcher(powerData);
|
||||
|
||||
while (matcher.find()) {
|
||||
|
||||
Reference in New Issue
Block a user