Bug fix in OfflineMessageModule. Mantis #6446
parent
a4821c5e01
commit
583e44103c
|
@ -219,7 +219,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
|||
if (!m_ForwardOfflineGroupMessages)
|
||||
{
|
||||
if (im.dialog == (byte)InstantMessageDialog.GroupNotice ||
|
||||
im.dialog != (byte)InstantMessageDialog.GroupInvitation)
|
||||
im.dialog == (byte)InstantMessageDialog.GroupInvitation)
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue