Call to TheTerrainVisual->addFactionBib is potentially missing in BuildAssistant::isLocationClearOfObjects.
//Kris: Patch 1.01 - November 5, 2003
//Prevent busy units (black lotus hacking from being moved by trying to place a building -- exploit).
if (rel == ALLIES)
{
if (them->testStatus(OBJECT_STATUS_IS_USING_ABILITY) || them->getAI() && them->getAI()->isBusy())
{
// --> Needs to call TheTerrainVisual->addFactionBib( them, TRUE ) here?
return LBC_OBJECTS_IN_THE_WAY;
}
}