mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Reverse a comparison, this is probably the cause of attach issues
This commit is contained in:
@@ -777,7 +777,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||
|
||||
// If this didn't come from inventory, it also shouldn't go there
|
||||
// on detach. It's likely a temp attachment.
|
||||
if (so.FromItemID != UUID.Zero)
|
||||
if (so.FromItemID == UUID.Zero)
|
||||
{
|
||||
lock (sp.AttachmentsSyncLock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user