Fix god mode perms adjustment
parent
ba7a227763
commit
d1b6b4d288
|
@ -1179,6 +1179,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
item.CurrentPermissions = perms;
|
||||
item.BasePermissions = perms;
|
||||
}
|
||||
m_inventorySerial++;
|
||||
HasInventoryChanged = true;
|
||||
}
|
||||
|
||||
public bool ContainsScripts()
|
||||
|
|
Loading…
Reference in New Issue