mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-02 11:36:59 +00:00
@ -115,6 +115,7 @@ public class Statistics {
|
|||||||
public Statistics() {
|
public Statistics() {
|
||||||
try {
|
try {
|
||||||
if (!configfile.exists()) {
|
if (!configfile.exists()) {
|
||||||
|
configfile.getParentFile().mkdirs();
|
||||||
configfile.createNewFile();
|
configfile.createNewFile();
|
||||||
}
|
}
|
||||||
config = YamlConfiguration.loadConfiguration(configfile);
|
config = YamlConfiguration.loadConfiguration(configfile);
|
||||||
|
Reference in New Issue
Block a user