mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
@ -374,6 +374,9 @@ public class mcMMO extends JavaPlugin {
|
|||||||
getLogger().warning("Failed to rename tools.yml to tools.default.yml!");
|
getLogger().warning("Failed to rename tools.yml to tools.default.yml!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File currentFlatfilePath = new File(flatFileDirectory);
|
||||||
|
currentFlatfilePath.mkdirs();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkForUpdates() {
|
private void checkForUpdates() {
|
||||||
|
Reference in New Issue
Block a user