mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
change child agents close control; disablesimulator is not a caps event message
This commit is contained in:
@@ -500,13 +500,13 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
responsedata["http_protocol_version"] = "HTTP/1.0";
|
||||
return responsedata;
|
||||
}
|
||||
|
||||
/* this is not a event message
|
||||
public void DisableSimulator(ulong handle, UUID avatarID)
|
||||
{
|
||||
OSD item = EventQueueHelper.DisableSimulator(handle);
|
||||
Enqueue(item, avatarID);
|
||||
}
|
||||
|
||||
*/
|
||||
public virtual void EnableSimulator(ulong handle, IPEndPoint endPoint, UUID avatarID, int regionSizeX, int regionSizeY)
|
||||
{
|
||||
if (DebugLevel > 0)
|
||||
|
||||
Reference in New Issue
Block a user