diff --git a/utils/mnetftn/ftntomnet.c b/utils/mnetftn/ftntomnet.c index 5a8fe74..a273eff 100644 --- a/utils/mnetftn/ftntomnet.c +++ b/utils/mnetftn/ftntomnet.c @@ -220,7 +220,7 @@ int export_messages(int area) { continue; } - if (jmh.Attribute & JAM_MSG_LOCAL || jmh.Attribute & JAM_MSG_SENT) { + if (jmh.Attribute & JAM_MSG_LOCAL) { JAM_DelSubPacket(jsp); continue; } else {