forked from MagicBane/Server
Effect Modifier parsing work.
This commit is contained in:
@@ -124,9 +124,6 @@ public class EffectsParser {
|
||||
while (matcher.find())
|
||||
modValues.add(matcher.group(1).trim());
|
||||
|
||||
if (modValues.get(0).trim().isEmpty())
|
||||
Logger.error(modEntries);
|
||||
|
||||
effectModifier.type = mbEnums.ModType.valueOf(modValues.get(0).trim());
|
||||
|
||||
switch (effectModifier.type) {
|
||||
|
||||
Reference in New Issue
Block a user