Redundant assignment

This commit is contained in:
2024-08-20 19:37:09 -04:00
parent afc80c0e03
commit 5957ff6f7b
+1 -1
View File
@@ -36,7 +36,7 @@ public class EffectsParser {
// Read .wpak file from disk
byte[] fileData = null;
byte[] fileData;
try {
fileData = Files.readAllBytes(Paths.get(effectsPath));