mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 06:26:28 +02:00
fix bug
This commit is contained in:
parent
214a705199
commit
a0d4fd4c0e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ registerBasicMapping();
|
|||
Script.setTimeout(function() {
|
||||
if (previousSetting === true) {
|
||||
disableMappings();
|
||||
} else(previousSetting === false) {
|
||||
} else {
|
||||
enableMappings();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue