mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Apply user specified default perms across the board, to items uploaded as well as items created and to rezzed prims in world.
This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults.
This commit is contained in:
@@ -482,7 +482,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private uint _ownerMask = (uint)(PermissionMask.All | PermissionMask.Export);
|
||||
private uint _groupMask = (uint)PermissionMask.None;
|
||||
private uint _everyoneMask = (uint)PermissionMask.None;
|
||||
private uint _nextOwnerMask = (uint)(PermissionMask.Move | PermissionMask.Modify | PermissionMask.Transfer);
|
||||
private uint _nextOwnerMask = (uint)(PermissionMask.Move | PermissionMask.Transfer);
|
||||
private PrimFlags _flags = PrimFlags.None;
|
||||
private DateTime m_expires;
|
||||
private DateTime m_rezzed;
|
||||
|
||||
Reference in New Issue
Block a user