mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
parent
4486261413
commit
d63c3fc6d0
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user