stop sending agent update again when destiny refused the agent
parent
e96e923159
commit
391edb862e
|
@ -273,7 +273,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
|||
OSDMap result = WebUtil.PutToServiceCompressed(uri, args, timeout);
|
||||
if (result["Success"].AsBoolean())
|
||||
return true;
|
||||
|
||||
if(ctx.OutboundVersion < 0.2)
|
||||
result = WebUtil.PutToService(uri, args, timeout);
|
||||
|
||||
return result["Success"].AsBoolean();
|
||||
|
|
Loading…
Reference in New Issue