mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
save yaml
This commit is contained in:
parent
57b71d316a
commit
845df1e818
@ -88,6 +88,8 @@ public class StorageYaml extends Storage {
|
||||
dataFile.getConfig().set(entry.getKey(), entry.getValue());
|
||||
}
|
||||
|
||||
dataFile.saveConfig();
|
||||
|
||||
toSave.clear();
|
||||
} catch (NullPointerException e) {
|
||||
Debugger.runReport(e);
|
||||
|
Loading…
Reference in New Issue
Block a user