More PowerEntry work.

This commit is contained in:
2024-08-19 06:26:06 -04:00
parent c6ab1b5468
commit 162f28d874
+2
View File
@@ -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()) {