Restrict top colliders / top scripts to estate managers
parent
8e547d3491
commit
0339d420e7
|
@ -682,6 +682,9 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
|||
|
||||
private void HandleLandStatRequest(int parcelID, uint reportType, uint requestFlags, string filter, IClientAPI remoteClient)
|
||||
{
|
||||
if (!m_scene.Permissions.CanIssueEstateCommand(remoteClient.AgentId, false))
|
||||
return;
|
||||
|
||||
Dictionary<uint, float> SceneData = new Dictionary<uint,float>();
|
||||
List<UUID> uuidNameLookupList = new List<UUID>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue