]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/decl.c
contact: Rename getcontact() to in_contact()
[empserver] / src / lib / commands / decl.c
index 80436c8892149d1125dd0dc5a754955bd05192cf..5eeda4f927f9700a8bc45fc1d39c82d4fb7c6926 100644 (file)
@@ -87,7 +87,7 @@ decl(void)
        if (who == (natid)ni.cur)
            continue;
        if (opt_HIDDEN) {
-           if (!player->god && !getcontact(natp, ni.cur)) {
+           if (!player->god && !in_contact(natp, ni.cur)) {
                pr("You haven't contacted country #%d yet\n", ni.cur);
                continue;
            }