Building_AutoloaderCE.cs ,line 386:
{bool tagMatch = graphicsExt.allowedTurrets.NullOrEmpty() && graphicsExt.allowedTurretTags.NullOrEmpty();} This condition compares allowedTurrets and allowedTurretTags , but subsequent foreach only checked allowedTurretTags.