init moved to configmanager.

This commit is contained in:
2024-08-19 20:38:38 -04:00
parent 9c1c4e02a9
commit 93a4acb108
+2 -1
View File
@@ -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) {