Merge pull request #1647 from yueh/fix-1646

Fixes #1646 Save GridStorage properly
This commit is contained in:
yueh 2015-07-14 21:30:50 +02:00
commit d7486fec3c

View file

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