aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.txt1
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 165aeb1..58bc9ce 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -49,6 +49,7 @@ Patches
49* devalnor-#708 49* devalnor-#708
50* Diva Canto 50* Diva Canto
51* krtaylor (IBM) 51* krtaylor (IBM)
52* A_Biondi
52 53
53 54
54LSL Devs 55LSL Devs
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 8391e0a..b68df8e 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -1351,7 +1351,7 @@ namespace OpenSim.Region.ClientStack
1351 descend.AgentData.AgentID = AgentId; 1351 descend.AgentData.AgentID = AgentId;
1352 descend.AgentData.OwnerID = ownerID; 1352 descend.AgentData.OwnerID = ownerID;
1353 descend.AgentData.FolderID = folderID; 1353 descend.AgentData.FolderID = folderID;
1354 descend.AgentData.Version = 0; 1354 descend.AgentData.Version = 1;
1355 1355
1356 return descend; 1356 return descend;
1357 } 1357 }