Prevent position updates from being sent to remote simulation service.

dsg
Dan Lake 2011-01-03 12:10:29 -08:00
parent a34e152e9b
commit 7bec1f71cf
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation
public bool UpdateAgent(GridRegion destination, AgentPosition cAgentData)
{
return false;
if (destination == null)
return false;