mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
stop sending agent update again when destiny refused the agent
This commit is contained in:
@@ -273,8 +273,8 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
OSDMap result = WebUtil.PutToServiceCompressed(uri, args, timeout);
|
||||
if (result["Success"].AsBoolean())
|
||||
return true;
|
||||
|
||||
result = WebUtil.PutToService(uri, args, timeout);
|
||||
if(ctx.OutboundVersion < 0.2)
|
||||
result = WebUtil.PutToService(uri, args, timeout);
|
||||
|
||||
return result["Success"].AsBoolean();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user