Comment update

This commit is contained in:
2024-08-13 11:28:34 -04:00
parent 95cf5fa209
commit 7efe5209aa
+1 -1
View File
@@ -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);