@ -32,7 +32,8 @@ public class PowersParser {
// Read .wpak file from disk
byte[] fileData = null;
byte[] fileData;
try {
fileData = Files.readAllBytes(Paths.get(powersPath));
} catch (IOException e) {