mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Oops, forgot this one.
This commit is contained in:
@@ -314,7 +314,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
args["destination_uuid"] = OSD.FromString(destination.RegionID.ToString());
|
||||
args["teleport_flags"] = OSD.FromString(flags.ToString());
|
||||
|
||||
OSDMap result = WebUtil.PostToService(uri,args);
|
||||
OSDMap result = WebUtil.PostToService(uri, args, 20000);
|
||||
if (result["Success"].AsBoolean())
|
||||
{
|
||||
OSDMap unpacked = (OSDMap)result["_Result"];
|
||||
|
||||
Reference in New Issue
Block a user