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