Skip to content

Commit

Permalink
Added error message
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhatcher committed Oct 24, 2019
1 parent 214adde commit 57a1b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/co/linkpub/multispawn/Spawns.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ private Spawns() {
spawnsConfig.save(configFile);
}
} catch (IOException e) {
Bukkit.getLogger().severe("Unable to create spawns.yml Please manually create it.");
e.printStackTrace();
}
}
Expand Down

0 comments on commit 57a1b81

Please sign in to comment.