mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
add missing curly brace to script
This commit is contained in:
parent
490cb83489
commit
188530590a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ function menuItemEvent(menuItem) {
|
|||
if (isChecked === true) {
|
||||
MyAvatar.setUseAdvancedMovementControls(true);
|
||||
disableMappings();
|
||||
} else if (isChecked === false)
|
||||
} else if (isChecked === false) {
|
||||
MyAvatar.setUseAdvancedMovementControls(true);
|
||||
enableMappings();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue