mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 03:50:40 +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() {
|
Script.setTimeout(function() {
|
||||||
if (previousSetting === true) {
|
if (previousSetting === true) {
|
||||||
disableMappings();
|
disableMappings();
|
||||||
} else(previousSetting === false) {
|
} else {
|
||||||
enableMappings();
|
enableMappings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue