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