Portals were storing in the wrong file

This commit is contained in:
sekwah41 2018-02-02 10:40:52 +00:00 committed by Sekwah
parent 2260a0bf77
commit d1375c9cea

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();
}