mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
stop sending god as estate owner
This commit is contained in:
@@ -409,9 +409,6 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
UUID estateOwner;
|
||||
estateOwner = Scene.RegionInfo.EstateSettings.EstateOwner;
|
||||
|
||||
if (Scene.Permissions.IsGod(remote_client.AgentId))
|
||||
estateOwner = remote_client.AgentId;
|
||||
|
||||
remote_client.SendDetailedEstateData(invoice,
|
||||
Scene.RegionInfo.EstateSettings.EstateName,
|
||||
Scene.RegionInfo.EstateSettings.EstateID,
|
||||
|
||||
Reference in New Issue
Block a user