no one is in a building blocked zone but people seem to not be able to tp while standing on their own foundation
Unable to TP while on foundation
line 4966
replace
if (building.buildingPrivileges == null)
with
with
if (building.buildingPrivileges == null || building.buildingPrivileges.Count() == 0)
@nivex maybe an update for that
@nivex maybe an update for that