Quotes stripped from names.

This commit is contained in:
2024-08-10 16:18:33 -04:00
parent 3951114eb7
commit a84336fc31
@@ -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")