removed the early return on agentupdates, this was debugging code
parent
e0da281e3d
commit
6a5d52b4c8
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue