another try

This commit is contained in:
Andrew Pamment 2018-05-24 20:01:25 +10:00
parent b7de8486e4
commit 661a989b58

View File

@ -220,7 +220,7 @@ int export_messages(int area) {
continue; continue;
} }
if (jmh.Attribute & JAM_MSG_LOCAL || jmh.Attribute & JAM_MSG_SENT) { if (jmh.Attribute & JAM_MSG_LOCAL) {
JAM_DelSubPacket(jsp); JAM_DelSubPacket(jsp);
continue; continue;
} else { } else {