mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Try to make the test pass again
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user