|  |  |  | @ -62,7 +62,7 @@ public class EffectsParser {@@ -62,7 +62,7 @@ public class EffectsParser { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             try { | 
			
		
	
		
			
				
					|  |  |  |  |                 String rawData = compiledLines.get(1).replace("     ", ""); | 
			
		
	
		
			
				
					|  |  |  |  |                 if(compiledLines.get(1).contains("\"")){ | 
			
		
	
		
			
				
					|  |  |  |  |                 if(rawData.contains("\"")){ | 
			
		
	
		
			
				
					|  |  |  |  |                     int startIndex = rawData.indexOf('"'); | 
			
		
	
		
			
				
					|  |  |  |  |                     int endIndex = rawData.lastIndexOf('"'); | 
			
		
	
		
			
				
					|  |  |  |  |                     char[] nameValue = rawData.toCharArray(); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |