don't grab light

This commit is contained in:
Seth Alves 2015-11-04 11:15:57 -08:00
parent 1e498a41f0
commit c2f9a49598

View file

@ -448,6 +448,10 @@ function MyController(hand) {
continue;
}
if (propsForCandidate.type == 'Light') {
continue;
}
if (propsForCandidate.locked && !grabbableDataForCandidate.wantsTrigger) {
continue;
}