mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Fix permission propagation that was broken some revision back, causing
sold/given prim to become full perm.
This commit is contained in:
@@ -302,7 +302,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public void ApplyNextOwnerPermissions()
|
||||
{
|
||||
foreach (SceneObjectPart part in m_parts.Values)
|
||||
part.Inventory.ApplyNextOwnerPermissions();
|
||||
{
|
||||
part.ApplyNextOwnerPermissions();
|
||||
}
|
||||
}
|
||||
|
||||
public string GetStateSnapshot()
|
||||
|
||||
Reference in New Issue
Block a user