aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index 334d313..71a9e6f 100644
--- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
+++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
@@ -576,7 +576,6 @@ namespace OpenSim.Server.Handlers.Simulation
576 //agent.Dump(); 576 //agent.Dump();
577 // This is one of the meanings of PUT agent 577 // This is one of the meanings of PUT agent
578 result = UpdateAgent(destination, agent); 578 result = UpdateAgent(destination, agent);
579
580 } 579 }
581 else if ("AgentPosition".Equals(messageType)) 580 else if ("AgentPosition".Equals(messageType))
582 { 581 {