aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 7d9c8e5..d4d6979 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -705,8 +705,8 @@ namespace OpenSim.Region.Framework.Scenes
705 // Request info about all the (root) agents in this region 705 // Request info about all the (root) agents in this region
706 // Note: This won't send data *to* other clients in that region (children don't send) 706 // Note: This won't send data *to* other clients in that region (children don't send)
707 707
708// MIC: This should be called by OnCompleteMovement 708// MIC: This gets called again in CompleteMovement
709// SendInitialFullUpdateToAllClients(); 709 SendInitialFullUpdateToAllClients();
710 710
711 RegisterToEvents(); 711 RegisterToEvents();
712 SetDirectionVectors(); 712 SetDirectionVectors();