Fox a minor enconomy issue

0.6.9-post-fixes
Melanie 2010-09-25 06:10:34 +01:00
parent e7e9e6706e
commit 817f2245b4
1 changed files with 3 additions and 0 deletions

View File

@ -4602,6 +4602,9 @@ namespace OpenSim.Region.Framework.Scenes
if (part.ParentGroup.IsDeleted)
return;
if (part.OwnerID != client.AgentId)
return;
part = part.ParentGroup.RootPart;
part.ObjectSaleType = saleType;