mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +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:
@@ -101,7 +101,7 @@ namespace OpenSim.Services.Interfaces
|
||||
// DefaultObjectPermMasks
|
||||
public int PermEveryone = 0;
|
||||
public int PermGroup = 0;
|
||||
public int PermNextOwner = 532480;
|
||||
public int PermNextOwner = 0; // Illegal value by design
|
||||
}
|
||||
|
||||
public interface IAgentPreferencesService
|
||||
|
||||
Reference in New Issue
Block a user