mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
When saving an OAR in "Publish" mode, also discard Group information
This commit is contained in:
@@ -585,7 +585,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
|
||||
ld.GlobalID = landID;
|
||||
|
||||
string ldPath = ArchiveConstants.CreateOarLandDataPath(ld);
|
||||
tar.WriteFile(ldPath, LandDataSerializer.Serialize(ld, null));
|
||||
Dictionary<string, object> options = new Dictionary<string, object>();
|
||||
tar.WriteFile(ldPath, LandDataSerializer.Serialize(ld, options));
|
||||
tar.Close();
|
||||
|
||||
oarStream = new MemoryStream(oarStream.ToArray());
|
||||
|
||||
Reference in New Issue
Block a user