Assign result
This commit is contained in:
@@ -47,7 +47,7 @@ public class EffectsParser {
|
||||
|
||||
// Remove all lines that contain a #
|
||||
|
||||
effectData.replaceAll("(?m)^.*#.*$", "");
|
||||
effectData = effectData.replaceAll("(?m)^.*#.*$", "");
|
||||
|
||||
// Parse effect entry description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user