Try to make the test pass again

This commit is contained in:
Melanie Thielker
2008-11-14 17:53:58 +00:00
parent edee11ff87
commit 9960637545
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ namespace OpenSim.Region.Environment.Scenes
bool addFromAllowedDrop = false;
if (remoteClient!=null)
{
addFromAllowedDrop = remoteClient.AgentId!=part.OwnerID;
addFromAllowedDrop = remoteClient.AgentId != part.OwnerID;
}
part.AddInventoryItem(taskItem, addFromAllowedDrop);