Prevent position updates from being sent to remote simulation service.
parent
a34e152e9b
commit
7bec1f71cf
|
@ -205,6 +205,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
|
|||
|
||||
public bool UpdateAgent(GridRegion destination, AgentPosition cAgentData)
|
||||
{
|
||||
return false;
|
||||
if (destination == null)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue