mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -114,18 +114,6 @@ namespace OpenSim.Region.CoreModules.World.Objects.BuySell
|
||||
if (part.ParentGroup == null)
|
||||
return false;
|
||||
|
||||
if (part.ObjectSaleType != saleType)
|
||||
{
|
||||
m_dialogModule.SendAlertToUser(remoteClient, "This item is not available for the type of sale specified");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (part.SalePrice != salePrice)
|
||||
{
|
||||
m_dialogModule.SendAlertToUser(remoteClient, "This item is not available for the price specified");
|
||||
return false;
|
||||
}
|
||||
|
||||
SceneObjectGroup group = part.ParentGroup;
|
||||
|
||||
switch (saleType)
|
||||
|
||||
Reference in New Issue
Block a user