diff options
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs index 406f4a8..40589de 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs | |||
@@ -599,10 +599,11 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
599 | // being no copy/no mod for everyone | 599 | // being no copy/no mod for everyone |
600 | lock (part.TaskInventory) | 600 | lock (part.TaskInventory) |
601 | { | 601 | { |
602 | /* avination code disabled for opensim | ||
602 | // And zap any troublesome sit target information | 603 | // And zap any troublesome sit target information |
603 | part.SitTargetOrientation = new Quaternion(0, 0, 0, 1); | 604 | part.SitTargetOrientation = new Quaternion(0, 0, 0, 1); |
604 | part.SitTargetPosition = new Vector3(0, 0, 0); | 605 | part.SitTargetPosition = new Vector3(0, 0, 0); |
605 | 606 | */ | |
606 | // Fix ownership/creator of inventory items | 607 | // Fix ownership/creator of inventory items |
607 | // Not doing so results in inventory items | 608 | // Not doing so results in inventory items |
608 | // being no copy/no mod for everyone | 609 | // being no copy/no mod for everyone |