]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/wu.c
Fix pending anno count for annos squashed together
[empserver] / src / lib / subs / wu.c
index 5cd6ea23ced4e2dcd651b84b60099c3c4470b0f9..84549a0df459b7e416b209fb6d4f6dc1f86481b5 100644 (file)
@@ -167,8 +167,10 @@ typed_wu(natid from, natid to, char *message, int type)
                continue;
            if (!player->god && (getrejects(from, np) & REJ_ANNO))
                continue;
-           np->nat_ann++;
-           putnat(np);
+           if (!np->nat_ann || !tel.tel_cont) {
+               np->nat_ann++;
+               putnat(np);
+           }
        }
     } else {
        if (!np->nat_tgms || !tel.tel_cont) {