From ecf2e0e32e24aa88b08b77d1921c8c6af8f001c9 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 26 Nov 2024 21:06:56 +0000 Subject: [PATCH] clear start string parameter on other rez cases --- .../Framework/InventoryAccess/InventoryAccessModule.cs | 2 ++ OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 + 2 files changed, 3 insertions(+) diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs index a389f548c1..12c4a9996a 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs @@ -1093,6 +1093,8 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess group.SetGroup(groupID, remoteClient); + group.RezStringParameter = null; + // If we're rezzing an attachment then don't ask // AddNewSceneObject() to update the client since // we'll be doing that later on. Scheduling more than diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index feb4b0a830..1ed820521f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs @@ -2806,6 +2806,7 @@ namespace OpenSim.Region.Framework.Scenes } group.RezzerID = rezzerID; + group.RezStringParameter = null; if (rezSelected) {