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