Merge branch 'master' into spigot

This commit is contained in:
sekwah 2018-02-22 03:17:28 +00:00
commit b4078e3b9f
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class DestinationManager {
}
}
this.destiHashMap.put(name, desti);
AdvancedPortalsCore.getDestinationManager().saveDestinations();
return desti;
}

View File

@ -172,6 +172,7 @@ public class PortalManager {
}
this.portalHashMap.put(name, portal);
this.updatePortalArray();
AdvancedPortalsCore.getPortalManager().savePortals();
return portal;
}