mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Add extra ()s
This commit is contained in:
parent
f47f77b181
commit
629559e78c
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@
|
|||
}
|
||||
|
||||
if (miniState.getState() === miniState.MINI_DISABLED
|
||||
|| message.grabbedEntity !== HMD.tabletID && message.grabbedEntity !== ui.getMiniTabletID()) {
|
||||
|| (message.grabbedEntity !== HMD.tabletID && message.grabbedEntity !== ui.getMiniTabletID())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue