added constructor to else in setting file check

This commit is contained in:
Bryson Steck 2021-09-13 15:47:21 -06:00
parent e6d3d5fdec
commit 9e1a8fc7e9
2 changed files with 1 additions and 0 deletions

View file

@ -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] ---------------------------------------------------------");