Merge pull request #9661 from pchote/editor-preview-fix
Update the UID stored in the map file after saving.
This commit is contained in:
@@ -603,6 +603,9 @@ namespace OpenRA
|
||||
|
||||
// Update existing package
|
||||
Container.Write(entries);
|
||||
|
||||
// Update UID to match the newly saved data
|
||||
Uid = ComputeHash();
|
||||
}
|
||||
|
||||
public CellLayer<TerrainTile> LoadMapTiles()
|
||||
|
||||
Reference in New Issue
Block a user