init moved to configmanager.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user