mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
change child agents close control; disablesimulator is not a caps event message
This commit is contained in:
@@ -90,7 +90,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
return BuildEvent("EnableSimulator", llsdBody);
|
||||
}
|
||||
|
||||
/*
|
||||
public static OSD DisableSimulator(ulong handle)
|
||||
{
|
||||
//OSDMap llsdSimInfo = new OSDMap(1);
|
||||
@@ -105,7 +105,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
return BuildEvent("DisableSimulator", llsdBody);
|
||||
}
|
||||
|
||||
*/
|
||||
public static OSD CrossRegion(ulong handle, Vector3 pos, Vector3 lookAt,
|
||||
IPEndPoint newRegionExternalEndPoint,
|
||||
string capsURL, UUID agentID, UUID sessionID,
|
||||
|
||||
Reference in New Issue
Block a user