mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
change child agents close control; disablesimulator is not a caps event message
This commit is contained in:
@@ -108,12 +108,12 @@ namespace OpenSim.Tests.Common
|
||||
AddEvent(avatarID, "Enqueue", o);
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
public void DisableSimulator(ulong handle, UUID avatarID)
|
||||
{
|
||||
AddEvent(avatarID, "DisableSimulator", handle);
|
||||
}
|
||||
|
||||
*/
|
||||
public void EnableSimulator (ulong handle, IPEndPoint endPoint, UUID avatarID, int regionSizeX, int regionSizeY)
|
||||
{
|
||||
AddEvent(avatarID, "EnableSimulator", handle);
|
||||
|
||||
Reference in New Issue
Block a user