minor cleanup

This commit is contained in:
UbitUmarov
2022-09-20 21:32:10 +01:00
parent 086fcc7ff7
commit 31fa8b45df
7 changed files with 26 additions and 34 deletions

View File

@@ -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)