|  |  |  | @ -39,7 +39,7 @@ public class EffectsParser {@@ -39,7 +39,7 @@ public class EffectsParser { | 
			
		
	
		
			
				
					|  |  |  |  |         byte[] fileData = Files.readAllBytes(Paths.get(EffectsPath)); | 
			
		
	
		
			
				
					|  |  |  |  |         String fileContents = new String(fileData); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         // Iterate effect entries from .wpak config data
 | 
			
		
	
		
			
				
					|  |  |  |  |         // Iterate over effect entries from .wpak data
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         Matcher matcher = EFFECT_REGEX.matcher(fileContents); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |