aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation
diff options
context:
space:
mode:
authorMic Bowman2011-01-04 09:12:32 -0800
committerMic Bowman2011-01-04 09:12:32 -0800
commit6a5d52b4c8493b93ddf93e6af7a8a7ea98b3863f (patch)
tree78d676fbb8a9a1a63b5c02132bbaccca8df1b8d8 /OpenSim/Services/Connectors/Simulation
parentCleaned up debugging messages in the WebRequest handlers (diff)
downloadopensim-SC_OLD-6a5d52b4c8493b93ddf93e6af7a8a7ea98b3863f.zip
opensim-SC_OLD-6a5d52b4c8493b93ddf93e6af7a8a7ea98b3863f.tar.gz
opensim-SC_OLD-6a5d52b4c8493b93ddf93e6af7a8a7ea98b3863f.tar.bz2
opensim-SC_OLD-6a5d52b4c8493b93ddf93e6af7a8a7ea98b3863f.tar.xz
removed the early return on agentupdates, this was debugging code
Diffstat (limited to 'OpenSim/Services/Connectors/Simulation')
-rw-r--r--OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
index b183364..f34c2bd 100644
--- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
@@ -133,7 +133,7 @@ namespace OpenSim.Services.Connectors.Simulation
133 public bool UpdateAgent(GridRegion destination, AgentPosition data) 133 public bool UpdateAgent(GridRegion destination, AgentPosition data)
134 { 134 {
135 // we need a better throttle for these 135 // we need a better throttle for these
136 return false; 136 // return false;
137 137
138 return UpdateAgent(destination, (IAgentData)data); 138 return UpdateAgent(destination, (IAgentData)data);
139 } 139 }