mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* A hacky Top Scripts display. It isn't accurate as far as ms accounting, however you can use it to help find out what scripts are causing your simulator to cry.
* Access it from the Estate tools/Debug tab.
This commit is contained in:
@@ -5652,6 +5652,13 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
handlerLandStatRequest(0, 1, 0, "", this);
|
||||
}
|
||||
break;
|
||||
case "scripts":
|
||||
handlerLandStatRequest = OnLandStatRequest;
|
||||
if (handlerLandStatRequest != null)
|
||||
{
|
||||
handlerLandStatRequest(0, 0, 0, "", this);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
m_log.Error("EstateOwnerMessage: Unknown method requested\n" + messagePacket.ToString());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user