Often when I do missions in areas where there are towers. I get the landcontrol message (Controller area: bla bla: owned by: nobody) Althou' this isn't a serious bug, really, it is still uneccessary and should be fixed with a simple if statement.
if (area!=inside) { do_land_control_fade_cool_text_stuff(); }