Remove dead map saving code.

This commit is contained in:
Paul Chote
2016-02-20 17:10:23 +00:00
parent 9d85ddb82c
commit 9c3b967a47

View File

@@ -357,12 +357,6 @@ namespace OpenRA
PostInit();
// The Uid is calculated from the data on-disk, so
// format changes must be flushed to disk.
// TODO: this isn't very nice
if (MapFormat < 8)
Save(path);
Uid = ComputeUID(Container);
}