Updated casting data

This commit is contained in:
sekwah41 2018-02-02 11:06:05 +00:00 committed by Sekwah
parent d1375c9cea
commit db3db06ad5

View File

@ -64,7 +64,7 @@ public class PortalManager {
* Load the default data into the portals.
*/
public void loadPortals() {
Type type = new TypeToken<Map<String, AdvancedPortal>>() {
Type type = new TypeToken<HashMap<String, AdvancedPortal>>() {
}.getType();
this.portalHashMap = this.portalsCore.getDataStorage().loadJson(type, "portals.json");
if (this.portalHashMap == null) {