Redundant assignment
This commit is contained in:
@@ -36,7 +36,7 @@ public class EffectsParser {
|
||||
|
||||
// Read .wpak file from disk
|
||||
|
||||
byte[] fileData = null;
|
||||
byte[] fileData;
|
||||
|
||||
try {
|
||||
fileData = Files.readAllBytes(Paths.get(effectsPath));
|
||||
|
||||
Reference in New Issue
Block a user