mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Remove all references to master avatar, replacing with estate owner where
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
This commit is contained in:
@@ -101,12 +101,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
userlevel = 1;
|
||||
}
|
||||
// TODO: remove this cruft once MasterAvatar is fully deprecated
|
||||
//
|
||||
if (m_regInfo.MasterAvatarAssignedUUID == AgentID)
|
||||
{
|
||||
userlevel = 2;
|
||||
}
|
||||
EventManager.TriggerOnNewInventoryItemUploadComplete(AgentID, item.AssetID, item.Name, userlevel);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user