aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 353dc28..fa776ed 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -501,7 +501,7 @@ namespace OpenSim.Region.Communications.OGS1
501 501
502 if (remObject != null) 502 if (remObject != null)
503 { 503 {
504 retValue = remObject.InformRegionOfChildAgent(regionHandle, agentData); 504 retValue = remObject.InformRegionOfChildAgent(regionHandle, new sAgentCircuitData(agentData));
505 } 505 }
506 else 506 else
507 { 507 {