(setrel): Relation change establishes contact like a telegram.

Partial fix for #857594.
This commit is contained in:
Markus Armbruster 2005-10-02 11:04:31 +00:00
parent ad84132688
commit 8733aa8a1a

View file

@ -137,6 +137,8 @@ setrel(natid us, natid them, int rel)
else
nreport(us, n_down, them, 1);
}
if (opt_HIDDEN)
setcont(them, us, FOUND_TELE);
return RET_OK;
}