mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
minor cleanup
This commit is contained in:
@@ -597,8 +597,7 @@ namespace OpenSim.Groups
|
||||
string giver = notice.noticeData.AttachmentOwnerID;
|
||||
UUID attachmentUUID = notice.noticeData.AttachmentItemID;
|
||||
|
||||
if (attachmentUUID == null || attachmentUUID.IsZero() ||
|
||||
giver == null || giver == UUID.ZeroString )
|
||||
if (attachmentUUID.IsZero() || giver == null || giver == UUID.ZeroString )
|
||||
return;
|
||||
|
||||
if (m_debugEnabled)
|
||||
|
||||
Reference in New Issue
Block a user