Comment update
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user