mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
make c# more happy
This commit is contained in:
@@ -1125,10 +1125,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
if (inType == (sbyte)CustomInventoryType.AnimationSet)
|
||||
{
|
||||
item.BasePermissions = AnimationSet.allowedPermitions;
|
||||
item.CurrentPermissions = AnimationSet.allowedPermitions;
|
||||
item.EveryOnePermissions = 0;
|
||||
item.NextPermissions = 0;
|
||||
AnimationSet.enforceItemPermitions(ref item);
|
||||
}
|
||||
|
||||
else if (restrictPerms)
|
||||
|
||||
Reference in New Issue
Block a user