Fixes #1646 Save GridStorage properly

This commit is contained in:
yueh 2015-06-26 00:35:59 +02:00 committed by thatsIch
parent 8be68e9b22
commit b39a51a870
1 changed files with 2 additions and 0 deletions

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