More PowerEntry work.

This commit is contained in:
2024-08-19 05:34:38 -04:00
parent 10d98f32b6
commit dce48f3d66
+1 -1
View File
@@ -67,7 +67,7 @@ public class PowersParser {
while (matcher.find()) {
conditionString.append(matcher.group());
powerString.append(matcher.start());
powerString.append(powerData, endPos, matcher.start());
endPos = matcher.end();
}