Portals were storing in the wrong file

This commit is contained in:
sekwah41 2018-02-02 10:40:52 +00:00
parent ab2410d889
commit 99e64e74c3

View File

@ -70,7 +70,7 @@ public class PortalManager {
if (this.portalHashMap == null) {
this.portalHashMap = new HashMap<>();
}
this.portalsCore.getDataStorage().storeJson(this.portalHashMap, "config.json");
this.portalsCore.getDataStorage().storeJson(this.portalHashMap, "portals.json");
this.updatePortalArray();
}