mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 00:25:32 +01:00
Actually assign the ManagedFile to file
This commit is contained in:
parent
3262143c73
commit
feba535637
@ -46,7 +46,7 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb {
|
||||
@Override
|
||||
public void reloadConfig() {
|
||||
if (file == null) {
|
||||
new ManagedFile("items.json", ess);
|
||||
file = new ManagedFile("items.json", ess);
|
||||
}
|
||||
|
||||
this.rebuild();
|
||||
|
Loading…
Reference in New Issue
Block a user