|
|
|
@ -62,7 +62,7 @@ public class EffectsParser {
@@ -62,7 +62,7 @@ public class EffectsParser {
|
|
|
|
|
data.id = lines.get(1).replace(" ", "").split(" ")[0]; |
|
|
|
|
try |
|
|
|
|
{ |
|
|
|
|
data.name = lines.get(1).replace(" ", "").split(" ")[1]; |
|
|
|
|
data.name = lines.get(1).replace(" ", "").replace("\"", "").split(" ")[1]; |
|
|
|
|
} |
|
|
|
|
catch(Exception e) |
|
|
|
|
{ |
|
|
|
|