Merge branch 'development'

This commit is contained in:
Brianna 2020-01-17 20:40:46 -05:00
commit 47d6098616
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicEnchants</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>1.1.1</version>
<version>1.1.2</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>EpicEnchants-${project.version}</finalName>

View File

@ -94,6 +94,7 @@ public class FileManager extends Manager<String, FileConfiguration> {
if (!file.exists() && (fileLocation.isRequired() || Settings.FIRST_LOAD.getBoolean())) {
Bukkit.getConsoleSender().sendMessage("Creating file: " + fileLocation.getPath());
file.getParentFile().mkdirs();
try {
// System.out.println(fileLocation.getResourcePath(directory) + " : " + file.toPath());