mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 14:03:10 +02:00
don't grab light
This commit is contained in:
parent
1e498a41f0
commit
c2f9a49598
1 changed files with 4 additions and 0 deletions
|
@ -448,6 +448,10 @@ function MyController(hand) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (propsForCandidate.type == 'Light') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (propsForCandidate.locked && !grabbableDataForCandidate.wantsTrigger) {
|
if (propsForCandidate.locked && !grabbableDataForCandidate.wantsTrigger) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue