|
|
@ -54,7 +54,7 @@ public class EffectsParser { |
|
|
|
|
|
|
|
|
|
|
|
// Parse effect entry description
|
|
|
|
// Parse effect entry description
|
|
|
|
|
|
|
|
|
|
|
|
String firstLine; |
|
|
|
String firstLine = ""; |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|
firstLine = effectData.substring(0, effectData.indexOf('\n')); |
|
|
|
firstLine = effectData.substring(0, effectData.indexOf('\n')); |
|
|
|