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