Unable to TP while on foundation
no one is in a building blocked zone but people seem to not be able to tp while standing on their own foundation

line 4966

replace

if (building.buildingPrivileges == null)

with

if (building.buildingPrivileges == null || building.buildingPrivileges.Count() == 0)

@nivex maybe an update for that