added constructor to else in setting file check
This commit is contained in:
parent
e6d3d5fdec
commit
9e1a8fc7e9
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -95,6 +95,7 @@ public class Resurrection extends JavaPlugin implements Listener {
|
||||||
System.out.println("[Resurrection] Settings file created successfully.");
|
System.out.println("[Resurrection] Settings file created successfully.");
|
||||||
} else {
|
} else {
|
||||||
System.out.println("[Resurrection] The settings file has also been found!");
|
System.out.println("[Resurrection] The settings file has also been found!");
|
||||||
|
parseSettings = new ParseSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("[Resurrection] ---------------------------------------------------------");
|
System.out.println("[Resurrection] ---------------------------------------------------------");
|
||||||
|
|
Loading…
Add table
Reference in a new issue