Save map generation args in replays/saves instead of full map.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
0d479e7c18
commit
fdb4ce4e0f
@@ -158,16 +158,6 @@ namespace OpenRA.FileSystem
|
||||
pkg.CommitUpdate();
|
||||
Commit();
|
||||
}
|
||||
|
||||
public static ReadWriteZipFile FromBase64String(string data)
|
||||
{
|
||||
return new ReadWriteZipFile(Convert.FromBase64String(data));
|
||||
}
|
||||
|
||||
public string ToBase64String()
|
||||
{
|
||||
return Convert.ToBase64String(pkgStream.ToArray());
|
||||
}
|
||||
}
|
||||
|
||||
sealed class ZipFolder : IReadOnlyPackage
|
||||
|
||||
Reference in New Issue
Block a user