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.");
|
||||
} else {
|
||||
System.out.println("[Resurrection] The settings file has also been found!");
|
||||
parseSettings = new ParseSettings();
|
||||
}
|
||||
|
||||
System.out.println("[Resurrection] ---------------------------------------------------------");
|
||||
|
|
Loading…
Add table
Reference in a new issue