Quotes stripped from names.
This commit is contained in:
@@ -73,6 +73,7 @@ public class EffectsParser {
|
||||
|
||||
effectEntry.id = effectDescription.get(0);
|
||||
effectEntry.name = effectDescription.get(1);
|
||||
effectEntry.name = effectEntry.name.replaceAll("\"", "");
|
||||
|
||||
// Some effect mods have no icon
|
||||
// (SEEINVIS-SHADE "See Invis")
|
||||
|
||||
Reference in New Issue
Block a user