diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 165aeb1542..58bc9ce8c3 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -49,6 +49,7 @@ Patches * devalnor-#708 * Diva Canto * krtaylor (IBM) +* A_Biondi LSL Devs diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 8391e0a48d..b68df8e432 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs @@ -1351,7 +1351,7 @@ namespace OpenSim.Region.ClientStack descend.AgentData.AgentID = AgentId; descend.AgentData.OwnerID = ownerID; descend.AgentData.FolderID = folderID; - descend.AgentData.Version = 0; + descend.AgentData.Version = 1; return descend; }