mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Dont' trust the viewer! Fix a permission slam error caused by trusting
the viewer too much.
This commit is contained in:
@@ -326,7 +326,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if (UUID.Zero == transactionID)
|
||||
{
|
||||
item.Flags = itemUpd.Flags;
|
||||
item.Name = itemUpd.Name;
|
||||
item.Description = itemUpd.Description;
|
||||
if (item.NextPermissions != (itemUpd.NextPermissions & item.BasePermissions))
|
||||
|
||||
Reference in New Issue
Block a user