mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-01-25 09:31:56 +01:00
Portals were storing in the wrong file
This commit is contained in:
parent
2260a0bf77
commit
d1375c9cea
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user