mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
removed the early return on agentupdates, this was debugging code
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
public bool UpdateAgent(GridRegion destination, AgentPosition data)
|
||||
{
|
||||
// we need a better throttle for these
|
||||
return false;
|
||||
// return false;
|
||||
|
||||
return UpdateAgent(destination, (IAgentData)data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user