Fixes #1646 Save GridStorage properly

This commit is contained in:
yueh
2015-06-26 00:35:59 +02:00
parent 3844f3af87
commit b2c31e20b2
@@ -161,5 +161,7 @@ final class StorageData implements IWorldGridStorageData, IOnWorldStartable, IOn
this.config.get( GRID_STORAGE_CATEGORY, String.valueOf( thisStorage.getID() ), value ).set( value );
}
}
this.config.save();
}
}