diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | } |