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