Add the beginnings of a sim health check (through remote admin)

This commit is contained in:
Melanie Thielker
2008-10-10 01:10:33 +00:00
parent 8178f78095
commit 96689723e5
3 changed files with 75 additions and 0 deletions

View File

@@ -585,6 +585,11 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
args.SimOwner = m_scene.RegionInfo.EstateSettings.EstateOwner;
else
args.SimOwner = m_scene.RegionInfo.MasterAvatarAssignedUUID;
// Fudge estate owner
if (m_scene.ExternalChecks.ExternalChecksCanBeGodLike(remoteClient.AgentId))
args.SimOwner = remoteClient.AgentId;
args.terrainBase0 = UUID.Zero;
args.terrainBase1 = UUID.Zero;
args.terrainBase2 = UUID.Zero;